Difference between revisions of "Database table"

From Conservapedia
Jump to navigation Jump to search
(An SQL tutorial says it better than I can)
(add category to uncategorized page)
 
Line 2: Line 2:
  
 
*Every database consists of one or more tables, which store the database’s data/information. Each table has its own unique name and consists of columns and rows. [http://www.sql-tutorial.net/sql-database-table.asp]
 
*Every database consists of one or more tables, which store the database’s data/information. Each table has its own unique name and consists of columns and rows. [http://www.sql-tutorial.net/sql-database-table.asp]
 +
 +
[[Category:Computers]]

Latest revision as of 21:26, January 27, 2010

A database table consists of records, divided into fields. The rows and columns of a spreadsheet are often in this form.

  • Every database consists of one or more tables, which store the database’s data/information. Each table has its own unique name and consists of columns and rows. [1]