CourseInfo | SimpliTrain Skip to Main Content
Back
Information Technology

SQL Querying Fundamentals - Part 2

Instructor-Led 6 Agenda

What You'll Learn

In this course, you will work with advanced queries to manipulate and index tables. You will also create transactions so that you can choose to save or cancel the data entry process. You will: Use subqueries to generate query output. Manipulate table data by inserting and updating records in a table and deleting records from a table. Manipulate the table structure. Create views, manipulate data through views, modify the view structure, and drop views. Create indexes on table columns and drop inefficient indexes. Mark the beginning of a transaction, roll back a transaction, and commit a transaction.

Description

In this course you will learn how to identify and use advanced querying techniques. You might find that you need to modifying the structure of a table; inserting, updating, deleting data and indexing tables to optimize query performance.

Who Should Attend

Students should have basic computer skills, SQL skills, and be familiar with concepts related to database structure and terminology.

Course Overview

In this course you will learn how to identify and use advanced querying techniques. You might find that you need to modifying the structure of a table; inserting, updating, deleting data and indexing tables to optimize query performance.