DSP Question:

Can we create a table with out primary key?

DSP Interview Question
DSP Interview Question

Answer:

yes we can create
CREATE TABLE Orders
(
OrderID SMALLINT UNSIGNED NOT NULL PRIMARY KEY,
ModelID SMALLINT UNSIGNED NOT NULL,
ModelDescrip
);


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?