Common Table Expressions
What is a Common Table Expression?:
What is a Common Table Expression?:
What is CRUD?:
| INSERT INTO \ VALUES (\, \, \, ….); | Insert data into a table. |
Why Index?
- Creates a new PDO object for SQLite database.
| SELECT \ FROM \ INNER JOIN \ ON \ WHERE \; | Inner join two tables together by using equality criteria. |
| SELECT \ FROM \ ORDER BY \; | Order the results of the query in ascending order by the column named. You can also add the ASC and DESC to change the order. |
Queries Outlined
1. Generate a list of all the subjects taught at Jefferson Middle School.