884 B
lec4
This section mostly relies on practicing some of the most basic commands for sqlite3, for that reason most of the content is expressed through practice in the lab sub-section.
Lab*
This lecture has some lab questions in the lab/
directory named table1.pdf
and some example data called patients.sql
.
table1.pdf
will have some exercises to learn the basic commands of sqlite3 and patients.sql
should have some example data which table1 asks you to query.
Serverless
Instead of having listen server listen for requests to perform actions upon these requests we simply have some database held on our own machine and we perform all of our sql commands on that machine. For now we'll be dealing with small test databases 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.