Computer Science Ques 272

Options:

A) Column

B) Object

C) Key

D) Table

E) None of these

Show Answer

Answer:

Correct Answer: D

Solution:

  • A relational database consists of data & information organized into different tables. A table is used to define a specific, single group of information, like a table of customers for a business or a table of products that the business sells. Each record in that table should include a key field. A key field is a field or combination of fields that uniquely identify a row (or record) in a table.