How do I start mysql in mysql workbench?
How to delete the repeated records from a table?
Can we store images in mysql database?
How to see table's field formats or description of table .
What is the default port for mysql and how it can change?
How to create a table?
What is the purpose of using ifnull() function?
What is the full form of mysql?
Can mysql store files?
What are the differences between mysql vs sql server?
What is triggers and how it can be used in mysql?
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
Explain advantages of InnoDB over MyISAM?