Learning SQL
A former boss told me to spend a few hours working through the tutorials at SQLCourse.com several years ago. Funny advice to an environmental engineer? Probably not, since almost all modern engineering involves computing, and most non-trivial computer programs use databases to store and retrieve information.
SQL, or “structured query language” is a standard way of interacting with a database. These free online courses are very good, and I still find myself referring back to them now and then. Learn how to select records, make updates, and join database tables…
SQLCourse conents:
- What is SQL?
- Table basics
- Selecting data
- Creating tables
- Inserting into a table
- Updating records
- Deleting records
- Drop a table
- Advanced Queries
SQLCourse2.com contents:
