Receive all updates via Facebook. Just Click the Like Button Below

Blogger Widgets
/

Watch Intro About My Website ! ! !

Sunday, 3 November 2013


Database Tables
A database most often contains one or more tables. Each table is identified by a name (e.g. "Customers" or "Orders"). Tables contain records (rows) with data.

Below is an example of a table called "Persons":


Id
LastName
FirstName
Address
City
1
Navis
Anto
Madras
TVL
2
ji
Bala
Bombay
TVL
3
Christopher
Franklin
America
KK

The table above contains three records (one for each person) and five columns (Id, LastName, FirstName, Address, and City).

Tagged:

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...