Answer the following statements true (T) or false (F)
1) A database driver is a piece of software that allows a program to interact with a database.
2) CREATE TABLE is an SQL statement that is used to create a table in a database
3) A field in a table that is designated as a PRIMARY KEY is a field that will always have the same value.
4) A field can be removed from a table by using the ALTER TABLE … DROP COLUMN statement.
5) Using the ALTER TABLE statement to remove all of the fields / columns by using the DROP COLUMN command
accomplishes the same result as the DROP TABLE statement.
1) T
2) T
3) F
4) T
5) F
You might also like to view...
Menus are attached to windows by calling method ________.
a. addMenuBar. b. setJMenuBar. c. setMenu. d. addJMenuBar.
Which employees are working in the company longer than Larry Houston?
Use the N2 Corporation database tables to design the following subqueries. (Use the spooling method to capture all queries and results in the CHAP8SP1.LST file.)
________ allows you to move from record to record and field to field using keystrokes
A) Design view B) Edit mode C) Layout view D) Navigation mode
A(n) ____ is a special value that marks the end of a list.
A. break B. sentinel C. counter D. iteration