Oracle/SQL Tutorial

Submitted by Romy on Fri, 2007-07-13 09:09.

Posted in Programming | previous forum topic »

Oracle/SQL Tutorial

A table is uniquely identified by its name and consists of rows that contain the stored information, each row containing exactly one tuple (or record). A table can have one or more columns. A column is made up of a column name and a data type, and it describes an attribute of the tuples. The structure of a table, also called relation schema, thus is defined by its attributes. The type of information to be stored in a table is defined by the data types of the attributes at table creation time.

Source

DownloadSize
oracle-sql-tutorial.pdf313.91 KB