Answer the following statements true (T) or false (F)
1. A RDBMS is a data organizer.
2. A RDBMS is a relational database since it has a relational field relating two or more tables.
3. A query uses conditional expressions to select data.
4. Queries build a new table by selecting all or part of the records and/or fields.
5. A DBMS decreases the overlap of data
1. TRUE
2. TRUE
3. TRUE
4. TRUE
5. TRUE
Computer Science & Information Technology
You might also like to view...
A variable is a:
A. location B. name C. value D. constant
Computer Science & Information Technology
The technique of implementing each stack method as a call to a List method is called __________.
a. delegation. b. delimiting. c. assigning. d. shifting responsibility.
Computer Science & Information Technology