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?
How do you select a table?
How can you validate emails using a single query?
What command is used to delete the data from the table without deleting the table structure?
What different Stored Objects are supported in MySQL?
How many sql dml commands are supported by 'mysql'?
How can you retrieve a portion of any column value by using a select query?
How do I start mysql in linux?
Consider you have the following three tables which have to be linked together.
What are the different column comparison operators in mysql?
Is mysql from oracle?
What is the difference between mysql_fetch_assoc and mysql_fetch_array?
How do I find users in mysql?