This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What are database tables, column, and rows? What's the purpose of each? | |
Table is a collection of data organized into columns and rows. | |
Rows are usually one record. Usually horizontal. | |
Columns are usually vertical, and contain similar information about multiple records. | |
How's a database similar and different from a spreadsheet? |