Week 11
Week 11
Chapter 9
Database Systems
• A rectangular table
– Attribute: A column in the table. Columns in a
relation are referred to as attributes
– Tuple: A row in the table
In contrast to the SELECT operation, which extracts rows from a relation, the
PROJECT operation extracts columns
• UPDATE Employee
SET Address = '1812 Napoleon Ave.'
WHERE Name = 'Joe E. Baker';
The final file would be a long string of encoded characters in which each
31-character block represents the information about a single
employee