560 B
560 B
lec4
Lab*
This lecture has some lab questions in the lec/
dircory named table1.pdf
and some example data called patients.sql
Intro to some sql commands
Serverless
Instead of having listen server listen for requests to perform actions upon these requests we simply have some databse held on a machina and we perform all of our sql commands on that machine.
For now we'll be dealing with small test db's so that we can practice the commands and observe each one's behavior; this will give you a good feeling of what does what in sqlite3.