September 2021
Beginner
624 pages
18h 4m
English
1. What does the acronym SQL stand for?
Answer: Structured Query Language
2. What is a schema? Give an example.
Answer: A schema is a collection of database objects owned by a single database user that can be made available to other users in the database. The tables in the BIRDS database are an example of a schema.
3. How do logical and physical components within a relational database differ? How are they related?
Answer: Logical components are used to conceive and model a database (entities and attributes). Physical components are the actual objects, such as tables, that are created based on the database design.
4. What keys are used ...
Read now
Unlock full access