Download sql: fundamentals of querying description outline ntals of querying

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Microsoft Jet Database Engine wikipedia , lookup

Database wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

SQL wikipedia , lookup

Functional Database Model wikipedia , lookup

Healthcare Cost and Utilization Project wikipedia , lookup

Relational model wikipedia , lookup

Clusterpoint wikipedia , lookup

Database model wikipedia , lookup

Transcript
SQL: FUNDAMENTALS OF QUERYING
Course Number: EK085971
Duration: 1 day
DESCRIPTION
You have access to company databases and your job may require you to retrieve data from these
databases. Retrieval of information from a database is dependent on precisely ordered logic and specific
information. The course, SQL: Fundamentals of Querying (Third Edition) will help you use Structured
Query Language (SQL) as a tool to implement llogic and define instructions.
Upon successful completion of this course, students will be able to:
•
•
•
•
•
•
connect to the SQL Server database and execute a simple query.
include a search condition in a simple query.
use various functions based on the data types to perform calculations on data.
organize the data obtained from the query before it is displayed on the screen.
retrieve data from tables.
format the output, save the result, and generate a report.
OUTLINE
•
•
•
•
Lesson 1: Executing a Simple Query
o Topic 1A: Connect to the Database
o Topic 1B: Query the Database
o Topic 1C: Save a Query
o Topic 1D: Modify a Query
o Topic 1E: Execute a Saved Query
Lesson 2: Performing a Conditional Search
o Topic 2A: Search Using a Simple
Condition
o Topic 2B: Compare Column Values
o Topic 2C: Search Using Multiple
Conditions
o Topic 2D: Search for a Range of Values
and Null Values
o Topic 2E: Retrieve Data Based on
Patterns
Lesson 3: Working with Functions
o Topic 3A: Perform Date Calculations
o Topic 3B: Calculate Data Using
Aggregate Functions
o Topic 3C: Manipulate String Values
Lesson 4: Organizing Data
o Topic 4A: Sort Data
Topic 4B: Rank Data
Topic 4C: Group Data
Topic 4D: Filter Grouped Data
Topic 4E: Summarize Grouped Data
Topic 4F: Use PIVOT and UNPIVOT
Operators
Lesson 5: Retrieving Data
a from Tables
o Topic 5A: Combine Results of Two
Queries
o Topic 5B: Compare the Results of Two
Queries
o Topic 5C: Retrieve Data by Joining
Tables
o Topic 5D: Check for Unmatched
Records
o Topic 5E: Retrieve Information from a
Single Table Using Joins
Lesson 6: Presenting Query Results
o Topic 6A: Save the Query Result
o Topic 6B: Generate an XML Report
Appendix A: The OGCBooks Database
o
o
o
o
o
•
•
•