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 |
Write a code in C / Verilog to implement a basic FIR filter. Need an answer.
What is the difference between ProtoPlus and ProtoPlus Lite ?
Define discrete time and digital signal.
Define circular convolution.
What is line of sight?
What is Nyquist rate?
Define time invariant system.
What is discrete time system?
Tell me the steps involved in demodulating a signal.
Define signal sampling?
What is linear and nonlinear systems?
classifying discrete time systems.