You need to be able to:
- Use software to
- create a database table
- with field types and sizes
- with validation checks
- link to another table
- Use SQL to
- SELECT (search) records
- INSERT records
- DELETE records
- UPDATE records
- create a database table
You need to be able to: