Define the following terms. (a) Table (b) Record
Answers
Answer:
Tuples are typically known as rows.
In a relational table,data is represented in terms of tuples.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~``~~
Foreign key identifies the coloum or a set of columns in a table that refers to the column or the set of columns in another table.
~~~~~~~~~~~~~~~~~~~~~~~~`````~`~~~
DBMS is a software package with computer programs which controls the maintenance, Creation and use of the database.
Explanation:
Answer:
(A) Table:- A Table is a collection of data elements organised in terms of rows and columns. A table is also considered as a convenient representation of relations.
(B) Record:- Record Is A Set Of Fields Which Has Information Of At Least One Variable Or Item. It Describes Clearly About The Item Using Fields.