how many ways we can get the current date in mysql?
Answer Posted / nathiya
current_Date->return the current date
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to show certain selected rows with the value "pcds".
how to add a new column to an existing table?
How do I install and use mysql?
What is max connections in mysql?
How do I create a schema in mysql?
What is the difference between unix timestamps and mysql timestamps?
What are the steps involved in query processing?
What is general log in mysql?
Is mysql running ubuntu?
What is the use of mysqli_fetch_assoc?
What are the differences between mysql vs sql server?
what is mysql optimization in brief?
Is mysql a free database?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
What is the difference between sql and mysql and oracle?