Kizspy Question: 38
(Choose 1 answer)
Which of the following statement removes dbsale and dbsupplier database by using data definition language
(DDL)?
A. DROP DATABASE dbSale, dbsupplier
B. DROP DATABASE dbSale and dbsupplier
C. DROP DATABASE dbSale; dbsupplier
D. DROP DATABASE dbSale + dbsupplier