What are stored procedures and functions?
How to run 'mysql' commands from a batch file?
What are the types of database engines available in mysql?
Is SET Command is SQL Statement..?
In which format data is stored in mysql database?
How do I download mysql?
how we can find nth max salary from an employe table by using my sql?
How many rows can be inserted in mysql at a time?
What is append query?
What is the difference between unix timestamp and mysql timestamp?
when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field
What are the disadvantages of mysql?
Is sql and mysql same?