State about the Tables- DBMS
Data is stored in columns and rows (much like a spreadsheet -main difference is how data is organised). Every row in a table is known as a record that is made up of a number of fields (columns in the table). Data type in the fields is generally either text, numeric or time/date. Most databases comprise a number of tables that are generally linked together in some way.