What is data?
Single items that are stored in database either individually or as a set
What is field?
Data structure for a piece of data
What is records?
Combination of data in the same row
What are the 5 types of SQL?
What is Data Definition Language (DDL)?
Used to describe and name (EX: entities, attributes, entity relationship)
What is Data Manipulation Language (DML)?
-Provides basic data manipulation operations on data held in the database
What is the purpose of data model?
To represent data in an understandable way