What is a database schema?
a schema describes the rules for how a table can be stored. it is actually the structure of the database
What is a table?
table is a collection of rows, every row has the same attributes
What is a row?
a collection of attributes for a single record in a table
qna: what is full stack
full stack (real engineers call it 3 tier architecture)
- client, server, database