CBSE · 083Class XII · 2023Section C1 mark
Question 28(2)
30 March 2023 · Computer Science (083)
Write the command to view all databases.
Answer
SHOW DATABASES;
Explanation
Standard MySQL command to list available databases.
30 March 2023 · Computer Science (083)
Write the command to view all databases.
SHOW DATABASES;
Standard MySQL command to list available databases.