A. SHOW DATABASES LIKE ‘%test%’;
B. SHOW DATABASES LIKE ‘%test;
C. SHOW DATABASES LIKE ‘'test'%’;
D. SHOW DATABASES LIKE ‘test%’;
How much storage space does DATETIME require?
When do we use a HAVING clause?
Which of the following ways below are the correct way to get the current date?
User() fucntion returns the current users user name and ___________
On executing DELETE command, if you get an error "foreign key constraint" what does it imply?