Question: Which query lists the databases on the current server?

  1. SHOW DATABASES;
  2. LIST ALL DATABASES;
  3. LIST DATABASES;
  4. SHOW DB;

Answer: The correct answer of the above question is Option A:SHOW DATABASES;