VOOZH about

URL: https://www.coursera.org/learn/sql-querying-advanced-lo094030

⇱ SQL Querying: Advanced | Coursera


SQL Querying: Advanced

Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.

SQL Querying: Advanced

Included with

Gain insight into a topic and learn the fundamentals.
1 week to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

Gain insight into a topic and learn the fundamentals.
1 week to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

What you'll learn

  • Construct complex nested queries and correlated subqueries to filter data on multiple levels.

  • Insert, update, merge, and delete database records while maintaining table structures.

  • Create views, build indexes for performance, and manage transactions to ensure data accuracy.

  • Learn by doing. Perform guided, step-by-step hands-on activities on your own computer.

Details to know

Shareable certificate

Add to your LinkedIn profile

Recently updated!

January 2026

Assessments

1 assignment

Taught in English

There are 7 modules in this course

In today's competitive environment, information is one of the most important factors in determining the success of an organization. If you are able to manage and retrieve information efficiently, you can streamline the organization's processes and give it a competitive edge. Some data analysis tasks may require that you query multiple tables simultaneously or create complex views of data.

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. This course is intended for individuals who have basic SQL skills and who want to expand their skillset with more advanced tasks. In this course, you will: use nested queries to generate query output; manipulate table data by inserting, modifying, and deleting data; manipulate the structure of tables; work with views to present data; index data to improve querying efficiency; and manage database transactions. This course requires that you have Microsoft SQL Server Express and Microsoft SQL Server Management Studio (SSMS) installed on a Windows PC. The course setup instructions provided in the first module of the course go into more detail about the hardware and software requirements.

You have performed some fairly complex queries using a basic SELECT statement. However, SQL provides advanced capabilities that enable you to take your queries further. In this course, you will use these advanced capabilities to build on the fundamentals of SQL querying. You will start by performing various types of nested queries.

What's included

25 plugins

25 pluginsTotal 149 minutes
  • Data Files and Setup for This Course15 minutes
  • About This Course1 minute
  • Lesson Introduction1 minute
  • Topic 1A: Search Based on Values from a Subquery1 minute
  • 1A-1: Reading5 minutes
  • 1A-2: Activity10 minutes
  • 1A-3: Activity 10 minutes
  • Topic 1B: Compare Values from a Subquery1 minute
  • 1B-1: Reading5 minutes
  • 1B-2: Activity10 minutes
  • Topic 1C: Search Based on the Existence of Records1 minute
  • 1C-1: Reading5 minutes
  • 1C-2: Activity10 minutes
  • Topic 1D: Generate Output Using Correlated Subqueries1 minute
  • 1D-1: Reading5 minutes
  • 1D-2: Activity10 minutes
  • 1D-3: Activity10 minutes
  • Topic 1E: Filter Grouped Data Within Subqueries1 minute
  • 1E-1: Reading5 minutes
  • 1E-2: Activity10 minutes
  • Topic 1F: Perform Multiple-Level Subqueries1 minute
  • 1F-1: Reading1 minute
  • 1F-2: Activity10 minutes
  • Mastery Builder: Using Subqueries to Perform Advanced Querying15 minutes
  • Lesson Summary5 minutes

Although database client applications typically provide features within the user interface to manage content, in many cases you may need to set up database structure and content before you deploy an application. Or you might need to perform maintenance tasks outside the client application. Using SQL, you can directly perform such tasks. In this lesson, you will use SQL to insert, update, and delete rows.

What's included

11 plugins

11 pluginsTotal 78 minutes
  • Lesson Introduction1 minute
  • Topic 2A: Insert Rows1 minute
  • 2A-1: Reading5 minutes
  • 2A-2: Activity10 minutes
  • Topic 2B: Modify and Delete Data1 minute
  • 2B-1: Reading10 minutes
  • 2B-2: Activity10 minutes
  • 2B-3: Activity10 minutes
  • 2B-4: Activity10 minutes
  • Mastery Builder: Manipulating Table Data15 minutes
  • Lesson Summary5 minutes

Over time, you might need to change your database's structure. You can use SQL to add new tables and new columns, or change the types of data stored within a particular column.

What's included

17 plugins

17 pluginsTotal 125 minutes
  • Lesson Introduction1 minute
  • Topic 3A: Create a Table1 minute
  • 3A-1: Reading10 minutes
  • 3A-2: Activity10 minutes
  • Topic 3B: Create a Table with Constraints1 minute
  • 3B-1: Reading20 minutes
  • 3B-2: Activity10 minutes
  • 3B-3: Activity10 minutes
  • Topic 3C: Modify a Table's Structure1 minute
  • 3C-1: Reading5 minutes
  • 3C-2: Activity10 minutes
  • 3C-3: Activity10 minutes
  • Topic 3D: Delete Tables1 minute
  • 3D-1: Reading5 minutes
  • 3D-2: Activity10 minutes
  • Mastery Builder: Manipulating the Table Structure15 minutes
  • Lesson Summary5 minutes

Some database users may not know how to write SQL queries, or may not want to be bothered to write a query to view data coming from multiple tables. Or you may want to hide certain columns of data from the view of end users. Database views enable you to control what data users see, like a query, but they can be quickly invoked to present data in a particular way. In this lesson, you will create views and use them to manipulate data, modify views, and delete views.

What's included

14 plugins

14 pluginsTotal 90 minutes
  • Lesson Introduction1 minute
  • Topic 4A: Create a View1 minute
  • 4A-1: Reading10 minutes
  • 4A-2: Guidelines1 minute
  • 4A-3: Activity10 minutes
  • 4A-4: Activity10 minutes
  • Topic 4B: Manipulate Data in Views1 minute
  • 4B-1: Reading10 minutes
  • 4B-2: Activity10 minutes
  • Topic 4C: Modify and Delete Views1 minute
  • 4C-1: Reading5 minutes
  • 4C-2: Activity10 minutes
  • Mastery Builder: Working with Views15 minutes
  • Lesson Summary5 minutes

How Microsoft® SQL Server® retrieves the data that satisfies a query can have a huge impact on your database server's performance, especially if you have very large tables. One of the strategies you can use to improve the efficiency of SQL Server is to create indexes to support your most frequently executed queries.

What's included

9 plugins

9 pluginsTotal 58 minutes
  • Lesson Introduction1 minute
  • Topic 5A: Create Indexes1 minute
  • 5A-1: Reading10 minutes
  • 5A-2: Activity10 minutes
  • Topic 5B: Drop Indexes1 minute
  • 5B-1: Reading5 minutes
  • 5B-2: Activity10 minutes
  • Mastery Builder: Indexing Data15 minutes
  • Lesson Summary5 minutes

Some database transactions must be accomplished through more than one SQL statement. If a problem occurs at any point in the transaction, you need to roll back each step of the entire transaction to get the database back to its original state. SQL provides features that enable you to accomplish this.

What's included

9 plugins

9 pluginsTotal 49 minutes
  • Lesson Introduction1 minute
  • Topic 6A: Begin and Roll Back Transactions1 minute
  • 6A-1: Reading5 minutes
  • 6A-2: Activity10 minutes
  • Topic 6B: Commit Transactions1 minute
  • 6B-1: Reading1 minute
  • 6B-2: Activity10 minutes
  • Mastery Builder: Managing Transactions15 minutes
  • Lesson Summary5 minutes

You'll wrap things up and then validate what you've learned in this course by taking an assessment.

What's included

1 assignment2 plugins

1 assignmentTotal 25 minutes
  • Course Assessment25 minutes
2 pluginsTotal 6 minutes
  • Course Summary1 minute
  • Appendix: The Pub2 Database5 minutes

Instructor

Logical Operations
158 Courses39,167 learners

Explore more from Data Management

Why people choose Coursera for their career

👁 Image

Felipe M.

Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
👁 Image

Jennifer J.

Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
👁 Image

Larry W.

Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
👁 Image

Chaitanya A.

"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Frequently asked questions

To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.

When you purchase a Certificate you get access to all course materials, including graded assignments. Upon completing the course, your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

Financial aid available,