A Relational Database Stores Data In The Form Of
Question: The purpose of a database is to help people keep track of things (T/F).
Answer: True
Question: A possible problem with keeping data in lists is that if you delete a row of data from a list, you may also delete some data items that you want to keep (T/F).
Answer: True
Question: An advantage of keeping data in lists is that if you update a data value in one row of data in a list, other occurrences of the same data item in other rows will be automatically updated as well (T/F).
Answer: False
Question: An advantage of keeping data in lists is that if you add a new row of data to the list, you will never have null values occurring for any data item in the row (T/F).
Answer: False
Question: One problem with storing duplicate data is the potential for inconsistent values (T/F).
Answer: True
Question: A relational database stores data in the form of lists (T/F).
Answer: False
Question: Usually, a database table containing both rows and columns is designed to store data for exactly two themes (T/F).
Answer: False
Question: By separating data into tables containing data on only one theme each, making changes to the data is simplified (T/F).
Answer: True
Question: SQL stands for Structural Question Language (T/F).
Answer: False
Question: Relational database tables are commonly combined, queried, and processed using Structured Query Language (SQL) (T/F).
Answer: True