- Why is data integrity important for your database?
- Why is it important to name your database objects by following naming standards?
- Why is it important to choose the right data types for your data?
- Is there a right number of indexes or columns in an index on a table?
- How do you see which indexes a query is using?
- How do you write clean code?
- What are some best practices when writing SQL statements?
- What are some best practices when using the WHERE clause?
- What are some best practices when using an INSERT statement?
- What are some best practices when using a DELETE statement?





















































