can we create a table with out primary key?
Answers were Sorted based on User's Feedback
Answer / priyanka kokil
No we cannot create a table without primary key
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / a.vidhya
yes we can create
CREATE TABLE Orders
(
OrderID SMALLINT UNSIGNED NOT NULL PRIMARY KEY,
ModelID SMALLINT UNSIGNED NOT NULL,
ModelDescrip
);
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the basic concept of frequency re-use?
Write a code in C / Verilog to implement a basic FIR filter. Need an answer.
Define time invariant system.
How is the non-periodic nature of the input signal handled?
What is the difference between ProtoPlus and ProtoPlus Lite ?
What do you mean by ionospheric bending?
Define discrete time and digital signal.
What are the properties of correlation?
Define sampling and aliasing.
What is the importance of causality?
What are recursive and non recursive systems? give examples?
What is the condition to be satisfied for stability?