MCQOPTIONS
Saved Bookmarks
| 1. |
What does name represent in the following code snippet?CREATE TABLE Employee ( Emp_name CHAR(30), Emp_id INT(10), Emp_address CHAR(30), Emp_phone CHAR(12) ); |
| A. | A column |
| B. | An object |
| C. | A row |
| D. | A table |
| E. | None of these |
| Answer» B. An object | |