what is a benefit of structuring data?
it allows us to do things we can’t do efficiently or feasibly with unstructured data.
what are 3 DBMS functionalities?
what is the SQL format?
select
from
where
group by
order by
what are 3 attributes of a database?
what are the 3 scenarios for when you need another table?
what does it mean to have more than one entity?
fields for one are empty for another
give an example for when you have multiple values of some field
multiple songs on each album
what does […] mean?
that … is optional.