June 2006
Intermediate to advanced
1344 pages
42h 52m
English
We now overview relational databases in the context of a simple Books database. The database stores information about some recent Deitel publications. First, we overview the tables of the Books database. Then we introduce database concepts, such as how to use SQL to retrieve information from the Books database and to manipulate the data. We provide the database file—Books.mdf—with the examples for this chapter (downloadable from www.deitel.com/books/vbforprogrammers2/). SQL Server database files typically end with the .mdf (“master data file”) filename extension. Section 20.6 explains how to use this file in an application.
The database consists of three tables: ...
Read now
Unlock full access