What is heap table?
How do you determine the location of mysql data directory?
How do I assign a variable in mysql?
How to find the unique values if the value in the column is repeated?
What are the advantages and disadvantages of using mysql?
How do I set user privileges in mysql?
How many tables will create when we create table, what are they?
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?
Explain the difference between procedure and function in mysql?
What is an example of a delimiter?
Why use stored procedures in mysql?
How will show all records containing the name "sonia" and the phone number '9876543210'
What are views in mysql?