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 / kalpana
Primary key can never be NULL.it is used to uniquely
identify the row in a table.The database engine requeir a
value to relocate the record.so Primary key can never be
NUL.unique key may be NULL.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
How do I rename a table in mysql?
What is mysql root?
Is mysql a dbms?
Why is mysql used?
what is database black box testing? : Mysql dba
How to set mysql variable in php?
Can mongodb replace mysql?
How can I see mysql database?
What is localhost in mysql?
How do I run a query in mysql?
How to analyze tables with 'mysqlcheck'?
What is the function of mysqldump?
What is difference between mysql and mariadb?
How do I truncate all tables in mysql?
How can you filter the duplicate data while retrieving records from the table?