Computer Science, asked by karanbhamani4, 1 month 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