MCQ
How do I find out all databases starting with `test to which I have access to?
  • A
    SHOW DATABASES AS `%test%`;
  • B
    SHOW DATABASES LIKE `%test;
  • C
    SHOW DATABASES LIKE `’test’%’;
  • SHOW DATABASES LIKE `%test%’;

Answer

Correct option: D.
SHOW DATABASES LIKE `%test%’;
D

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free