Skip to content
Introduction to SQL
Introduction to SQL
Here you can access the books table used in the course.
Take Notes
Add notes about the concepts you've learned and SQL cells with queries you want to keep.
Add your notes here
Types of queries Aliasing Distinct CREATE VIEW
View - A virtual table that is the result of a saved SQL SELECT statement (Syntax: CREATE VIEW view_title AS)
DataFrameas
books
variable
-- Add your own queries here
SELECT *
FROM books