In this course you鈥檒l learn how to effectively retrieve data from a relational database table using the SQL language.
We all know that most computer systems rely on at least one database to store data. Your tax information is stored in the database used by the Internal Revenue Service. Your phone stores your contacts鈥 names, addresses, email addresses, and phone numbers in a database. If you shop online, you鈥檙e viewing photos, descriptions, and prices of products that are stored in a database. Database designers go to great lengths to design databases so that the data can be stored securely and in an organized format. It鈥檚 important to note that the main reason they go to all that work is so that we can get the data back out again when we need it! That鈥檚 called 鈥渄ata retrieval鈥. Data is retrieved or read from a relational database by using a language called SQL to query (or question) the database. SQL is referred to as 鈥渢he language of relational databases鈥. It can be used by itself or embedded in programs to retrieve data. Once the data is retrieved, it can be displayed on a web page or PC application, or even printed on paper. You鈥檒l be practicing writing SQL queries using SQLiteStudio. Next time you go online and look up the daily special at your favorite restaurant, you can think about the fact that it鈥檚 likely that an SQL query was used behind the scenes to fetch that data and pop it up on your screen. By the end of this course, you鈥檒l even have a pretty good idea what the query might have looked like! Note: This course works best for learners who are based in the North America region. We鈥檙e currently working on providing the same experience in other regions.