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 do I find the database name in mysql?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
What are the differences between innodb and myisam engines?
How do I optimize a selected query in mysql?
How to change the database engine in mysql?
Why we use mysql workbench?
How can you find out the version of the installed mysql?
What is the role of a limit in a mysql query?
What is latest version of mysql?
suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?
How many queries can mysql handle?
What is max_used_connections in mysql?
How do I edit a stored procedure in mysql?
What do I do if I forgot my mysql root password?
What is a csv table?