Graded Quiz: Relational DB Concepts and Tables >> Databases and SQL for Data Science with Python
Correct: Correct. A database is a repository or logically coherent collection of data with some inherent meaning
Correct: Correct. Attributes of an entity become columns in a table.
Correct: Correct. The CREATE TABLE statement defines a table, so it is a DDL statement.