MCQOPTIONS
Saved Bookmarks
| 1. |
Identify the table name in the following statement.INSERT INTO Employee VALUES('Ajit','M',NULL); |
| A. | Ajit |
| B. | M |
| C. | Employee |
| D. | Values |
| E. | None of these |
| Answer» D. Values | |