In the course SQL Querying: Fundamentals, you learned the basics of SQL querying. In this course, you will build on this foundation, learning advanced querying techniques, such as writing nested queries and using views to simplify repetitive querying tasks. You will also learn how to perform common database administration tasks such as duplicating tables; modifying table structures; inserting, updating, or deleting data; and indexing tables to optimize query performance. You will also learn how to work with multiple tasks as a transaction.
Lesson 1: Using Nested Queries
Topic A: Search Based on Values from a Subquery
Topic B: Compare Values from a Subquery
Topic C: Search Based on the Existence of Records
Topic D: Generate Output Using Correlated Subqueries
Topic E: Filter Grouped Data Within Subqueries
Topic F: Perform Multiple-Level Subqueries
Lesson 2: Manipulating Table Data
Topic A: Insert Rows
Topic B: Modify and Delete Data
Lesson 3: Manipulating the Table Structure
Topic A: Create a Table
Topic B: Create a Table with Constraints
Topic C: Modify a Table's Structure
Topic D: Delete Tables
Lesson 4: Working with Views
Topic A: Create a View
Topic B: Manipulate Data in Views
Topic C: Modify and Delete Views
Lesson 5: Indexing Data
Topic A: Create Indexes
Topic B: Drop Indexes
Lesson 6: Managing Transactions
Topic A: Begin and Roll Back Transactions
Topic B: Commit Transactions
Appendix A: The Pub2 Database

