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 you rename a procedure in mysql?
What is the use of i-am-a-dummy flag in mysql?
Where’s database data actually stored?
Is mysqli deprecated?
How to delete a table.
How do I start mysql server?
What is different between sql and mysql?
What is mysql_pconnect?
How we get sum of column.
What language is mysql written in?
Is mysql same as sql?
Explain the storage engines in mysql?
Can you tell the difference between ereg_replace() and eregi_replace()?
What is mysqlcommand?
What is procedure in mysql?