Answers

Question and Answer:

  Home  DSP

⟩ Can we create a table with out primary key?

yes we can create

CREATE TABLE Orders

(

OrderID SMALLINT UNSIGNED NOT NULL PRIMARY KEY,

ModelID SMALLINT UNSIGNED NOT NULL,

ModelDescrip

);

 188 views

More Questions for you: