Answer Posted / janhvee
diff. between primary key and unique is unique key can be
null but primary key can't be null.
one table can have only one primary key but unique key can
be multiple keys
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is mysql in dbms?
Can I copy mysql data directory?
What does mysql_fetch_assoc do?
Is mysql same as sql?
How set mysql root password?
What is federated tables in mysql?
What is the difference between MyISAM Static and MyISAM Dynamic?
How do I create a mysql username and password?
Explain triggers and stored procedures?
How can we get total number of records by query in mysql?
What is mysql database used for?
What is ibdata1?
how to take mysql database backup?
What is the purpose of using a heap table?
Write a program using the select statement, while loop.