SLOs
Starting with SQL
Week 01: March 16-20ΒΆ
At the end of this week, you should be able to:
Write a basic
SELECTstatement to retrieve all columns from a table.Write a
SELECTstatement that retrieves only specific columns from a table.Create calculated columns in a
SELECTstatement and assign meaningful aliases usingAS.Filter rows in a query using a
WHEREclause with various comparison and logical operators.Sort query results in ascending and descending order using
ORDER BY.Eliminate duplicate rows from a result set using
DISTINCT.Write single-line (
--) and multi-line (/* */) comments in SQL to document your queries.Reflect on the role of Christians in the field of data management and how ethical considerations apply to working with databases.