A record is also called as a row of data is each individual entry that exists in a table. For example, there are 7 records in the above CUSTOMERS table. Following is a single row of data or record in the CUSTOMERS table −
+----+----------+-----+-----------+----------+ | 1 | Ram | 32 | Ahmedabad | 2000.00 | +----+----------+-----+-----------+----------+
A record is a horizontal entity in a table.
Comments
Post a Comment