Problem
1. Do some Web searches to come up with answers to these questions about relational databases:
• What is a database table?
• What is a join?
• What is a query?
• What is a connection?
2. Do some Web searches to come up with answers to these questions about SQL:
• What is SQL?
• How do you create a table in SQL?
• How do you insert a row in a table in SQL?
• How do you get data from a table in SQL?