Answer Posted / pankaj
When we declare a primary key its a unique key. for that table.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a procedure example?
How does triggers work in mysql?
How we can get the current date in mysql?
How to get a list of columns in an existing table?
How to get a list of indexes of an existing table?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
How to use in conditions?
What are queries used for?
What is blob in mysql?
What is deterministic in mysql?
Can mysql function return a table?
What are the differences between mysql vs sql server?
What storage engines are used in MySQL?
How can you add and remove any column of a table?