In this class you will learn the basics for how to query a database. You will learn how to:
- Use the SELECT statement to return data from a table.
- Filter your data selection using the WHERE clause.
- Use the IN, LIKE and BETWEEN statements to filter your results in more detail.
- Order your results sets.
- Limit the number of records returned from an SQL query.
- Set column name aliases.
By the end of this class you will know everything you need to begin querying databases.
SkillShare Free Enrollment: https://www.skillshare.com/classes/SQL-Introduction-to-Querying-Databases/1193819569?discount=WTR4L
Post a Comment