Ms Sql Server/ Access

Ms Sql Server/ Access

Ms Sql Server/ Access

What is Microsoft SQL Server?

Microsoft SQL Server is a relational database management system (RDBMS). Its primary query language is Transact-SQL, an implementation of the ANSI/ISO standard Structured Query Language (SQL) used by Microsoft and Sybase. The architecture of Microsoft SQL Server is broadly divided into three components: SQLOS that implements the basic services required by SQL Server, including thread scheduling, memory management and I/O management; the Relational Engine , which implements the relational database components including support for databases, tables, queries and stored procedures as well as implementing the type system; and the Protocol Layer that exposes the SQL Server functionality.
 

What is Mircosoft Access?

Microsoft Access is a DBMS (also known as Database Management System) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher edition or sold separately. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other application and databases.
 

Course Objectives

After completing this course, students will be able to:

  • Write SELECT queries
  • Query multiple tables
  • Sort and filter data - Describe the use of data types in SQL Server
  • Modify data using Transact-SQL
  • Use built-in functions
  • Group and aggregate data
  • Use subqueries
  • Use table expressions
  • Use set operators
  • Use window ranking, offset and aggregate functions
  • Implement pivoting and grouping sets
  • Execute stored procedures
  • Program with T-SQL
  • Implement error handling
  • Implement transactions

Course Outline

1 - Introduction to Microsoft SQL Server 2012
  • The Basic Architecture of SQL Server
  • SQL Server Editions and Versions
  • Getting Started with SQL Server Management Studio
  • Lab : Working with SQL Server 2014 Tools
 
2 - Introduction to T-SQL Querying
  • Introducing T-SQL
  • Understanding Sets
  • Understanding Predicate Logic
  • Understanding the Logical Order of Operations in SELECT statements
  • Lab : Introduction to Transact-SQL Querying
 
3 - Writing SELECT Queries
  • Writing Simple SELECT Statements
  • Eliminating Duplicates with DISTINCT
  • Using Column and Table Aliases
  • Writing Simple CASE Expressions
  • Lab : Writing Basic SELECT Statements
 
4 - Querying Multiple Tables
  • Understanding Joins
  • Querying with Inner Joins
  • Querying with Outer Joins
  • Querying with Cross Joins and Self Joins
  • Lab : Querying Multiple Tables
 
5 - Sorting and Filtering Data
  • Sorting Data
  • Filtering Data with a WHERE Clause
  • Filtering with the TOP and OFFSET-FETCH Options
  • Working with Unknown and Missing Values
  • Lab : Sorting and Filtering Data
 
6 - Working with SQL Server 2012 Data Types
  • Introducing SQL Server 2014 Data Types
  • Working with Character Data
  • Working with Date and Time Data
  • Lab : Working with SQL Server 2014 Data Types

·          

7 - Using DML to Modify Data
  • Inserting Data
  • Modifying and Deleting Data
  • Lab : Using DML to Modify Data
 
8 - Using Built-In Functions
  • Writing Queries with Built-In Functions
  • Using Conversion Functions
  • Using Logical Functions
  • Using Functions to Work with NULL
  • Lab : Using Built-In Functions
 
9 - Grouping and Aggregating Data
  • Using Aggregate Functions
  • Using the GROUP BY Clause
  • Filtering Groups with HAVING
  • Lab : Grouping and Aggregating Data
 
10 - Using Subqueries
  • Writing Self-Contained Subqueries
  • Writing Correlated Subqueries
  • Using the EXISTS Predicate with Subqueries
  • Lab : Using Subqueries
 
11 - Using Table Expressions
  • Using Derived Tables
  • Using Common Table Expressions
  • Using Views
  • Using Inline Table-Valued Functions
  • Lab : Using Table Expressions
 
12 - Using Set Operators
  • Writing Queries with the UNION Operator
  • Using EXCEPT and INTERSECT
  • Using APPLY
  • Lab : Using Set Operators
 
13 - Using Window Ranking, Offset, and Aggregate Functions
  • ·         Creating Windows with OVER
  • ·         Exploring Window Functions
  • ·         Lab : Using Window Ranking, Offset and Aggregate Functions
 
14 - Pivoting and Grouping Sets
  • Writing Queries with PIVOT and UNPIVOT
  • Working with Grouping Sets
  • Lab : Pivoting and Grouping Sets
 
15 - Executing Stored Procedures
  • Querying Data with Stored Procedures
  • Passing Parameters to Stored Procedures
  • Creating Simple Stored Procedures
  • Working with Dynamic SQL
  • Lab : Executing Stored Procedures
 
16 - Programming with T-SQL
  • T-SQL Programming Elements
  • Controlling Program Flow
  • Lab : Programming with T-SQL
 
17 - Implementing Error Handling
  • Using TRY / CATCH Blocks
  • Working with Error Information
  • Lab : Implementing Error Handling
 
18 - Implementing Transactions
  • Transactions and the Database Engine
  • Controlling Transactions
  • Isolation Levels
  • Lab : Implementing Transactions

 

Micosoft Access

Microsoft Access orientation
  • Understanding Microsoft Access.
  • Starting Access.
  • Understanding The Start Screen.
  • Creating A New Blank Database.
  • Understanding The Backstage View.
  • Opening An Existing Database File.
  • Understanding The Access Screen.
  • Using The Ribbon.
  • Working With The Navigation Pane.
  • Adding Commands To The QAT.
  • Working With Touch Mode.
  • Working With A Table.
  • Working With Other Database Objects.
  • Closing A Database File.
  • Exiting From Access.
 
Designing a lookup database
  • Understanding How Access Stores Data.
  • Understanding Access Data Types.
  • Scoping Your New Database.
  • Identifying Table Problems.
  • Refining Table Structures.
  • Finalising The Design.
 
Creating a lookup database
  • Creating A New Database File.
  • Creating The Lookup Table.
  • Defining The Primary Key.
  • Saving And Closing A Table.
  • Creating The Transaction Table.
  • Understanding Lookup Table Relationships.
  • Connecting To A Lookup Table.
  • Viewing Table Relationships.
 
Modifying table structures
  • Opening An Existing Table.
  • Adding Fields To An Existing Table.
  • Understanding Field Properties.
  • Changing Field Size.
  • Changing Field Names.
  • Changing Decimal Places.
  • Changing Date Formats.
  • Indexing Fields.
  • Deleting Fields From A Table.
  • Copying A Table Within A Database.
  • Deleting A Table From A Database File.
 
Adding records to a table
  • Typing Records In A Table.
  • Adding Records Using A Form.
  • Saving A Form Layout For Reuse.
  • Adding Records Using An Existing Form.
  • Assignment: Adding Records.
  • Importing From Microsoft Excel.
 
Adding transactional records
  • Typing Transactional Records.
  • Adding Transactional Records Using A Form.
  • Assignment: Adding Transactional Records.
  • Adding Records Using A Subdatasheet.
  • Removing A Subdatasheet.
  • Inserting A Subdatasheet.
 
Working with records
  • Table Navigation.
  • Navigating To A Specific Record.
  • Editing A Record.
  • Deleting Record Data.
  • Undoing A Change.
  • Deleting A Record.
  • Deleting Several Records.
  • Searching In A Table.
  • Searching In A Field.
  • Finding And Replacing.
  • Printing Records From A Table.
  • Compacting A Database.
 
Sorting and filtering
  • Simple Sorting.
  • Sorting On Several Fields.
  • Simple Filtering.
  • Working With Filters.
  • Filtering Between Dates.
 
Creating queries
  • Understanding Queries.
  • Creating A Query Design.
  • Working With A Query.
  • Changing A Query Design.
  • Applying Record Criteria.
  • Clearing Selection Criteria.
  • Saving A Query.
  • Running Queries From The Navigation Pane.
  • Deleting A Query.
  • Assignment: Creating Queries.
 
Creating and using reports
  • Understanding Reporting In Access.
  • Creating A Basic Report.
  • Working With Existing Reports.
  • Previewing And Printing A Report.
  • Changing The Report Layout.
  • Using The Report Wizard.
  • Creating A Grouped Report.
  • Creating A Statistical Report.
  • Working With Grouped Reports.
 
Creating and using forms
  • Understanding Forms.
  • Creating A Basic Form.
  • Creating A Split Form.
  • Binding A Form To A Query.
  • Using The Form Wizard.
  • Working With Existing Forms.
  • Editing Records In A Form.
  • Deleting Records Through A Form.
  • Deleting An Unwanted Form.

 

 
 

 


}