70 likes | 135 Views
Learn about databases - a collection of tables with records, keys, and relationships. Explore DBA procedures, queries, and database principals. Visit us at http://cs1001.us/
E N D
CSCI 1001 overview of computer science RELATIONAL DATA
A database is a collection of tables (relations) Each table is a collection ofrecords or tuples. Each record consists of attributes or fields. An attributein a specific record is an item (element)
A Primary Keyis a set of attributes that uniquely identifies each record in a table. When a primary key is referenced in another table, it is a Foreign Key.
DATABASE PRINCIPALS DBA Procedures Queries User DBMS Database Replies