What is the main different between Null and NOT Null.
Difference between Primary and Unique Key.
How to Check the database from which application is it
possibe.
Answer Posted / amit kumar tiwari
primary key uniquely define each table and never allow NULL
value. But unique key may be NULL value.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can we convert between Unix & MySQL timestamps?
How to upload a large file through phpmyadmin in mysql?
How do I transfer data from one database to another in mysql?
Is mysql a framework?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
How can we change the data type of a column of a table?
What are the non-standard sql commands supported by 'mysql'?
What is delimiter in mysql trigger?
How do I copy a table in mysql?
What mysql means?
How to use case expression?
How do I start and stop mysql server?
Does mysql use tcp or udp?
What is mysql57?
What is the maximum no of columns a table can have?