1 / 7
Understanding Relational Data: Overview of Databases
70 likes | 140 Vues
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/
Télécharger la présentation
Understanding Relational Data: Overview of Databases
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
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
More Related