Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
149 views4 pages

DP 1 2 Practice

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
149 views4 pages

DP 1 2 Practice

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Database Programming with SQL

1-2: Relational Database Technology


Practice Activities
Objectives
• Define and give an example of a relational database
• Identify table-key terms, including row, column, field, primary key, and foreign key
• Relate the importance of databases to everyday life

Vocabulary
Identify the vocabulary word for each definition below.

An entry in a table, consisting of values for each appropriate


column.
The set of mandatory columns within a table that is used to
enforce uniqueness of rows, and that is normally the most
frequent means by which rows are accessed.
An arrangement of data in rows and columns.

A column or set of columns that refers to a primary key in the


same table or another table.
Collections of objects or relations, set of operators to act on those
relations, and data integrity for accuracy and consistency
Intersection of a row and column

Used to modify the table data by entering, changing, or removing


rows
Creates, changes, and removes data structures from the
database
Used to manage the changes made by DML statements

Used to give or remove access rights to the database and the


structures within it

Copyright © 2020, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

You might also like