Course Length: 1 day
Course Description
In the course SQL: Fundamentals of Querying (Third Edition), you performed basic SQL querying. Because of various business conditions and requirements, in addition to querying the database, you may need to restructure and index tables. You may also need to manipulate the data in the tables using advanced queries. In this course, SQL: Advanced Querying (Third Edition), you will create advanced SQL queries to manipulate and index tables.
Course Objective: 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 data entry process.
Target Student: Students should have basic introductory SQL skills, basic computer skills, and be familiar with concepts related to database structure and terminology.
Prerequisites: To ensure your success, we recommend you first take the following Element K courses, or have equivalent skills and knowledge:
- SQL : Fundamentals of Querying
- Windows XP Professional : Level 1 and Windows XP Professional : Level 2 or Windows XP : Introduction
Performance-Based Objectives
Upon successful completion of this course, students will be able to:
- use subqueries to generate query output.
- manipulate table data by inserting, updating, and deleting records in a table.
- manipulate the table structure.
- create views, manipulate data through views, modify the view structure, and drop views.
- create indices on table columns and drop inefficient indices.
- mark the beginning of a transaction, create a savepoint within a transaction, rollback a transaction, and commit a transaction.