Where is mysql installed on linux?
What is the difference between the primary and unique key in mysql?
How do you create a new database in mysql?
Explain MySQL locks?
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
How can you change the password of a mysql user?
What is the use of mysqli_connect in php?
What is back end and front end?
What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?
What is memory table in mysql?
Explain the difference between mysql and mysqli interfaces in PHP?
Do you need a license for mysql?
If you specify the data type as DECIMAL (5,2), what?s the range of values that can go in this table?