Keep scrolling down for answers and more stats ...
1. Modern databases allow you to save the output from a block of SQL query into these constructs which don't take any space on disk
2. You would use _____ join to get the matching rows from two tables in a query
3. Which schema typically holds information about the user-created tables?
4. ___ is also called a parameterized view
5. If you want to distribute the rows in a table based on a certain key and order them by a primary key you would use ____ functions
6. The ___ clause is interpreted as a series of OR statements
7. To profile data in a data the best way is to ____
8. ____ join would create many to many relationships between tables.
9. The practice of checking if the table exists before creating it makes a SQL script ____
10. You can specify the columns in a Common Table Expressions in the following way