What you can use regular expression for in mysql? Support your answer with an example?
What is the difference between myisam dynamic and myisam static in mysql?
how to find 2nd highest salary in random database salary of employer.....
Write a query to select all teams that won either 1, 3, 5 or 7 games.
How can increase the performance of MySQL select query?
3 Answers RV Technologies, Span Systems,
How do I start mysql from command line?
what is the advantage of stored procedures, triggers and indexing in mysql
what are the optimization techniques for Query optimization performance issues and faster execution of queries
2 Answers Infosys, Sierra Atlantica,
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 is a table schema?
Is mysql open source?
What is the latest version of mysql?
How to use case expression?