Pass1000 > Oracle > Rows and Tables 1 :CERTIFICATION OBJECTIVE

Rows and Tables 1 :CERTIFICATION OBJECTIVE

02.05.2010 by admin - 0 Comment
Posted in Oracle

The relational paradigm models data as two-dimensional tables. A table consists of a number of rows, each consisting of a set of columns. Within a table, all the rows have the same column structure, though it is possible that in some rows some columns may have nothing in them. An example of a table would be a list of one’s employees, each employee being represented by one row. The columns might be employee number, name, and a code for the department in which the employee works. Any employees not currently assigned to a department would have that column blank. Another table could represent the departments: one row per department, with columns for the department’s code and the department’s name.
A note on terminology: what Oracle refers to as a table may also be called a relation or an entity. Rows are sometimes called records or tuples, and columns may be called attributes or fields. The number of “rows in the table” is the “cardinality of the tuples.”
Relational tables conform to certain rules that constrain and define the data. At the column level, each column must be of a certain data type, such as numeric, date-time, or character. The character data type is the most general, in that it can accept any type of data. At the row level, usually each row must have some uniquely identifying characteristic: this could be the value of one column, such as the employee number and department number in the preceding examples, which cannot be repeated in different rows. There may also be rules that define links between the tables,such as a rule that every employee must be assigned a department code that can be matched to a row in the departments table. Following are examples of the tabulated data definitions:
Departments table:12cdsEmployees table:
13cdsThe tables could contain these rows:
Departments:13cdsEmployees:15cds

Random Posts

  • September 25, 2009 -- Alcatel-Lucent Certifications 4A0-110 Exam (0)
    High quality and Valued for the 4A0-110 Exam: 100% Guarantee to Pass Your 4A0-110 exam and get your Alcatel-Lucent Certifications Certification. Come to http://www.Killtest.com The easiest and quickest way to get your Alcatel-Lucent Certifications Certifi...
  • September 29, 2009 -- Publish ARIBA certification 5A0-100 exam (0)
    Start earning your ARIBA Certified ARIBA CERTIFIED APPLICATION DEVELOPER-Ariba buyer v7 certification today! The Killtest 5A0-100 exam products are designed to maximize your learning productivity and focus only on the important aspects that will hel...
  • September 28, 2009 -- Publish Alcatel-Lucent certification 4A0-107 exam (0)
    Start earning your Alcatel-Lucent Certified Alcatel-Lucent Quality of Service certification today! The Killtest 4A0-107 exam products are designed to maximize your learning productivity and focus only on the important aspects that will help you to p...
  • November 3, 2009 -- OMG Certified UML Professional Overview (0)
    OMG’s certification programs let you demonstrate your knowledge of its widely-used IT industry standards. OMG-Certified UML Professional (OCUP) Awarded at three levels–Fundamental, Intermediate, and Advanced–the OCUP Certification demonstrates candida...
  • November 6, 2009 -- Novell Certification (0)
    Novell offers industry-leading certifications and tests that are globally recognized. Employers are increasingly requiring tangible proof that you have the knowledge it takes to perform your job. Achieving a Novell certification is simple and provides tha...

Comments are closed.