To delete a database, you use the ____________________ function.

Fill in the blank(s) with the appropriate word(s).


mysql_drop_db()

Computer Science & Information Technology

You might also like to view...

In a system employing a paging scheme for memory management wasted space is due to _________

A) ?internal fragmentation ? B) ?pages of different specified sizes C) ?external fragmentation ? D) ?frames of different specified sizes

Computer Science & Information Technology

How many times will this for loop execute? (Note: i is an int.)

```for(i = 0, i < 10 ,++i) ``` A. 9 B. 10 C. The loop is not written correctly. It would not compile. D. It is an infinite loop.

Computer Science & Information Technology

A computer application designed to build and manipulate spreadsheets is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

FIGURE AC 3-1To access the dialog box shown in Figure AC 3-1 above, you first have to access the ____.

A. Simple Query menu B. New Query dialog box C. Simple Query gallery D. New Query Datasheet

Computer Science & Information Technology