DSP Question:
Download Job Interview Questions and Answers PDF
Can we create a table with out primary key?
Answer:
yes we can create
CREATE TABLE Orders
(
OrderID SMALLINT UNSIGNED NOT NULL PRIMARY KEY,
ModelID SMALLINT UNSIGNED NOT NULL,
ModelDescrip
);
CREATE TABLE Orders
(
OrderID SMALLINT UNSIGNED NOT NULL PRIMARY KEY,
ModelID SMALLINT UNSIGNED NOT NULL,
ModelDescrip
);
Download DSP Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between ProtoPlus and ProtoPlus Lite? | Explain what is dirac delta function and its fourier transform and its importance? |