您在這裡

Database concepts

24 二月, 2015 - 11:58

When you first look at a database it looks like a spreadsheet with multiple sheets.

The primary data structures in a database are: tables, rows, and columns.

media/image16.png

In technical descriptions of relational databases the concepts of table, row, and column are more formally referred to as relation, tuple, and attribute, respectively.

We will use the less formal terms in this chapter.