MySQL Forums
Forum List  »  MySQL Workbench

Re: Cannot Input Data In The Table
Posted by: Shah Rahman
Date: November 15, 2020 09:11PM

Is it this one?

create table works (
EmpNo char (6),
Proj char (6),
Role varchar (30)
);

EmpNo & ProjNo are the Foreign Key.

Options: ReplyQuote


Subject
Views
Written By
Posted
781
November 13, 2020 10:52PM
283
November 14, 2020 11:14AM
320
November 15, 2020 01:12AM
231
November 15, 2020 08:05AM
252
November 15, 2020 10:51AM
247
November 15, 2020 09:04PM
Re: Cannot Input Data In The Table
221
November 15, 2020 09:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.