DSP Question:
Download Questions 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
);

Download DSP Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between ProtoPlus and ProtoPlus Lite?Explain what is dirac delta function and its fourier transform and its importance?