Database Flashcards
What is DBMS?
Database Management System are Programs that handle the storage, modification and retrieval of data as well as restricting the persons that have access to the information. i.e renweb
What is a database made up of?
a database is made up of tables, records and fields
What are the different keys in a database?
Primary Key
Candidate Key
Composite Key
Secondary/Alternate Key
Foreign Key
Primary Key
A unique field that is used to identify each record in a database table.
Secondary/Alternate Key
A candidate key that has not been selected as the primary key.
Foreign Key
A field in a table that has been linked with the primary key field of another table.
Composite Key
A primary key that consists of two or more fields together.
Candidate Key
A field that could possibly act as the primary key for the table.
How do you create a calculated query?
- Navigation pane–>Click your query–> click design view
- Click field cell in where you want the calculated field
- Manually type your expression –> Run
How do you create a query?
- Create Tab–>Query Design–>Show table –> select table for the query
- Click add, repeat as needed–> click close
- Click the required fields from the lower right area of the query design screen–> set criteria and sort orders
- Click Run