All data in relational database is stored
in tables. Every tables has a table name and a set of columns and rows in which
the data is stored. each column is given a column name, a data type(defining
characteristics of the data to be entered in the column). Usually in a
relational database, some of the columns in different tables contain the same
information. In this way, the tables can refer to one another.
No comments:
Post a Comment