We have reviewed all functions prior to creating objects.
Download the class notes for day 5.
Just another CUNY Academic Commons site
We have reviewed all functions prior to creating objects.
Download the class notes for day 5.
We have started retrieving data from one or more tables and using built-in functions. It is time for fun!
Download the class notes for day 3.
We continue manipulating data (without making changes in the database). We have covered functions that affect strings and numeric values — especially `CONVERT()` to change data types.
Download the class notes for day 4.
We are finally looking at code and now you can retrieve data.
SELECT field1, field2... FROM table1 INNER|LEFT|RIGHT JOIN table2 ON table1.shared_value = table2.shared_value;
Download the class notes for day 2.
We continue manipulating data (without making changes in the database). We have covered functions that affect strings and numeric values — including `FORMAT()` to change currency and date values.
FORMAT(numeric_value, format_needed, culture) FORMAT(numeric_value_money, 'c', 'en-us') FORMAT(numeric_value_date, 'd', 'en-us') FORMAT(numeric_value_date, 'D', 'en-us')
Download the class notes for day 3.
We have started a new course and, so far, we have seen what SQL can do for us like getting the correct cookies from a store.
Download the class notes for day 1.
There is no native installation for macOS, but there are instructions how to install the Linux port using a Docker container.
More information:
We have started retrieving data from one or more tables and using built-in functions. It is time for fun!
Download the class notes for day 2.
We have started a new class. We covered what SQL can do like getting the correct cookies when going to The Corner Shop for a boss who does not give up complete details of what you need to buy.
Download the class notes for day 1.
Get yourself a list of websites and other resources to read and for reference. The following are some recommendations.