Computer Science, asked by rajat3336, 3 months ago

A ______ name must be unique within a database?

(a) Table

(b) Field

(c) Attributes

(d) Primary key

Answers

Answered by myrakincsem
3

A table name must be unique within a database.

  • In a database, a table name must be unique so that it is easier to spot a table.
  • A unique table name distinguishes the different tables that are present in a database.
  • If the table names are not unique then one won't be able to search for a particular table and the data will get mixed in the database.

Hence, the correct option is (a) Table.

Similar questions