Using SQL to Gain More Insight From Our Dataset
So far in our Analysis Phase, we have used SQL queries to accomplish many necessary tasks. We’ve created a database in SQL Server, imported a table, altered datatype for the table’s columns, learned to use SELECT FROM WHERE queries, and used that knowledge to create new tables from the original. It’s time to use our…