A database can contain more than one table, each
with a unique name. These tables can be related or independent
from one another.
A subset of data extracted from one or more tables is called a
recordset (or a DataSet in ASP.NET). A recordset is also a table
because it’s a collection of records that share the same columns.
For example, a hockey team roster listing the names and positions
of the players could be called a recordset: it consists of a
subset of all the possible information about the players,
including goals, assists, penalty minutes, and so on. |
|
|
|
|
12/12/2002
A database can contain more than one table, each with a unique
name.
12/12/2002
A database can contain more than one table, each with a unique
name. |
|
|
|