Computer Science, asked by karanbhamani4, 4 months ago

Write SQL query to delete the database myDbase​

Answers

Answered by vijayakumarchinthala
1

Answer:

mysql>drop database mydbase;

Explanation:

deletes the database(mydbase)

Similar questions