What are the different types of triggers in mysql?
No Answer is Posted For this Question
Be the First to Post Answer
Write a query to count the number of rows of a table 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
What is the difference between now() and current_date()?
What is the use of concat() in mysql?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
What is row level locking in mysql?
What do you need to connect php to mysql?
How large can a mysql database become?
How do I uninstall mysql connector?
What you can use regular expression for in mysql?
How many ways to get the current time?
What is offset limit?