how many ways we can get the current date in mysql?
Answer Posted / sunil kumar
curdate(),current_date(),now()
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how to connect a php script with the mysql database?
Is mysql owned by oracle?
How to use like conditions?
How can I create table in mysql?
How to show all tables with 'mysql'?
How to use triggers to track changes in mysql?
What is 'mysqladmin' in mysql?
What is view? How can you create and drop view in mysql?
Is sql and mysql same?
What are triggers mysql?
Which datatype is used for email in mysql?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
Can you rename a database in mysql?
What is longblob in mysql?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.