Oracle HCM Cloud Placements and Training

SQL Online Training

One of the top SQL Online Training institutes in Bangalore with highly skilled trainers

  • 4.7
  • 105 Google reviews
Class Availability
Weekdays & Weekends
Course Duration
40-45 Hours
Training Methodology
25% Theory & 75% Practical

Class Availability

Weekdays & Weekends

Course Duration

40-45 Hours

Training Methodology

25% Theory & 75% Practical

4970

Profesionals Trained

350

Workshops Every Month

50

Countries And Counting

100

Corporate Served Successfully

SAP Hana training

SQL Training in Bangalore

SQL Server Training in Bangalore

IQ Stream Technologies is one of the top Microsoft SQL (SQL Server, SQL DBA, MSBI) structured query language training institutes in Bangalore with highly experienced and skilled trainers. IQ Stream Technologies Bangalore also offers placement assistance for students who enrolled in Advanced MS SQL Server certification Training Courses. We offer advanced SQL Server, SQL DBA, MSBI learning experiences and tools for better learning, understanding and experience. Enroll in our Microsoft SQL DBA courses and become a certified expert in SQL DBA. We also offer online training for SQL learning programmes. We have highly experienced trainers to make the SQL (structured query language) DBA training classes more efficient and world-class.

Rated 4.7/5
based on 105 reviews

Expert Microsoft SQL Training Institute

Expert Microsoft SQL Training Institute

Become and Expert in SQL Server, SQL DBA, MSBI with IQ Stream Technologies’ advanced SQL learning programmes. Main highlights of our MS SQL Server, SQL DBA, MSBI Training in Bangalore (BTM Layout) include SQL Learning Modules, Restricting and Sorting Data in SQL, Single-Row Functions,Displaying Data from Multiple Tables, SQL queries, SQL database, SQL injection, Intensive Practical Training, Advanced Learning Materials & Tools, Friendly Classrooms etc. IQ Stream Technologies offer beginner, intermediate and advanced lessons for you to become an expert in the area.

Highlights of Our SQL Training in Bangalore

Highlights of Our SQL Training in Bangalore

– Intensive Practical Training
– Advanced Learning Materials & Tools
– Friendly Classrooms
– Practical Guidance
– Advanced Lab Facility
– Placement Oriented
– Expert and Experienced Trainers

SQL Training Objectives

SQL Training Objectives

Provides an overview of SQL Server Management Studio and Transact-SQL language
Helps you in mastering simple and complex queries for retrieving data
Shows you how to calculate information across result sets using aggregate queries
Helps you in understanding different Views
Ensure the integrity of multiple, related database updates by using transactions
Teaches you how to apply views to break down problems and enhance security

Course Overview:

Course Name
SQL Training
Venue IQ Stream Technologies
Official URL
SQL Training
Demo Classes On Demand
Training Methodology: 25% Theory & 75% Practical
Course Duration 40-45 Hours
Class Availability Weekdays & Weekends
Demo Training Email ID : info@iqstreamtech.com

Syllabus

Introduction to SQL

Introduction to SQL

Learn more about our SQL training modules and syllabus below; Oracle11g/12c
Oracle11g Application Server
Oracle11g Database
Relational and Object Relational Database Management System
Oracle Internet Platform
System Development Life Cycle
Data Storage on Different Media
Relational Database Concept
Definition of a Relational Database
Data Models
Entity Relationship Model
Entity Relationship Modeling Conventions
Relating Multiple Tables
Relational Database Terminology
Relational Database Properties
Communicating with a RDBMS Using SQL
Relational Database Management System
SQL Statements
Tables Used in the Course

Writing Basic SQL SELECT Statements

Writing Basic SQL SELECT Statements

Capabilities of SQL SELECT Statements
Basic SELECT Statement
Selecting All Columns
Selecting Specific Columns
Writing SQL Statements
Column Heading Defaults
Arithmetic Expressions
Using Arithmetic Operators
Operator Precedence
Using Parentheses
Defining a Null Value
Null Values in Arithmetic Expressions
Defining a Column Alias
Using Column Aliases
Concatenation Operator
Using the Concatenation Operator
Literal Character Strings
Using Literal Character Strings
Duplicate Rows
Eliminating Duplicate Rows
Displaying Table Structure

Restricting and Sorting Data in SQL

Restricting and Sorting Data in SQL

Limiting Rows Using a Selection
Limiting the Rows Selected
Using the WHERE Clause
Character Strings and Dates
Comparison Conditions
Using Comparison Conditions
Other Comparison Conditions
Using the BETWEEN Condition
Using the IN Condition
Using the LIKE Condition
Using the NULL Conditions
Logical Conditions
Using the AND Operator
Using the OR Operator
Using the NOT Operator
Rules of Precedence
ORDER BY Clause
Sorting in Descending Order
Sorting by Column Alias
Sorting by Multiple Columns

Single-Row Functions

Single-Row Functions

SQL Functions
Two Types of SQL Functions
Single-Row Functions
Single-Row Functions
Character Functions
Character Functions
Case Manipulation Functions
Using Case Manipulation Functions
Character-Manipulation Functions
Using the Character-Manipulation Functions
Number Functions
Using the ROUND Function
Using the TRUNC Function
Using the MOD Function
Working with Dates
Arithmetic with Dates
Using Arithmetic Operators with Dates
Date Functions
Using Date Functions
Conversion Functions
Implicit Data Type Conversion
Explicit Data Type Conversion
Using the TO_CHAR Function with Dates
Elements of the Date Format Model
Using the TO_CHAR Function with Dates
Using the TO_CHAR Function with Numbers
Using the TO_NUMBER and TO_DATE Functions
RR Date Format
Example of RR Date Format
Nesting Functions
General Functions
NVL Function
Using the NVL Function
Using the NVL2 Function
Using the NULLIF Function
Using the COALESCE Function
Conditional Expressions
The CASE Expression
Using the CASE Expression
The DECODE Function
Using the DECODE Function

Displaying Data from Multiple Tables

Displaying Data from Multiple Tables

Obtaining Data from Multiple Tables
Cartesian Products
Generating a Cartesian Product
Types of Joins
Joining Tables Using Oracle Syntax
What is an Equijoin?
Retrieving Records with Equijoins
Additional Search Conditions Using the AND Operator
Qualifying Ambiguous Column Names
Using Table Aliases
Joining More than Two Tables
Non-Equijoins
Retrieving Records with Non-Equijoins
Outer Joins
Outer Joins Syntax
Using Outer Joins
Self Joins
Joining a Table to Itself
Joining Tables Using SQL: 1999 Syntax
Creating Cross Joins
Creating Natural Joins
Retrieving Records with Natural Joins
Creating Joins with the USING Clause
Retrieving Records with the USING Clause
Creating Joins with the ON Clause
Retrieving Records with the ON Clause
Creating Three-Way Joins with the ON Clause
INNER Versus OUTER Joins
LEFT OUTER JOIN
RIGHT OUTER JOIN
FULL OUTER JOIN
Additional Conditions

Aggregating Data Using Group Functions

Aggregating Data Using Group Functions

What Are Group Functions?
Types of Group Functions
Group Functions Syntax
Using the AVG and SUM Functions
Using the MIN and MAX Functions
Using the COUNT Function
Using the DISTINCT Keyword
Group Functions and Null Values
Using the NVL Function with Group Functions
Creating Groups of Data
Creating Groups of Data: The GROUP BY Clause Syntax
Using the GROUP BY Clause
Grouping by More Than One Column
Using the GROUP BY Clause on Multiple Columns
Illegal Queries Using Group Functions
Excluding Group Results
Excluding Group Results: The HAVING Clause
Using the HAVING Clause
Nesting Group Functions

Subqueries

Subqueries

Using a Subquery to Solve a Problem
Subquery Syntax
Using a Subquery
Guidelines for Using Subqueries
Types of Subqueries
Single-Row Subqueries
Executing Single-Row Subqueries
Using Group Functions in a Subquery
The HAVING Clause with Subqueries
What is Wrong with this Statement?
Will this Statement Return Rows?
Multiple-Row Subqueries
Using the ANY Operator in Multiple-Row Subqueries
Using the ALL Operator in Multiple-Row Subqueries
Null Values in a Subquery

Manipulating Data

Manipulating Data

Data Manipulation Language
Adding a New Row to a Table
The INSERT Statement Syntax
Inserting New Rows
Inserting Rows with Null Values
Inserting Special Values
Inserting Specific Date Values
Creating a Script
Copying Rows from Another Table
Changing Data in a Table
The UPDATE Statement Syntax
Updating Rows in a Table
Updating Two Columns with a Subquery
Updating Rows Based on Another Table
Updating Rows: Integrity Constraint Error
Removing a Row from a Table
The DELETE Statement
Deleting Rows from a Table
Deleting Rows Based on Another Table
Deleting Rows: Integrity Constraint Error
Using a Subquery in an INSERT Statement
Using the WITH CHECK OPTION Keyword on DML Statements
Overview of the Explicit Default Feature
Using Explicit Default Values
The MERGE Statement
The MERGE Statement Syntax
Merging Rows
Database Transactions
Advantages of COMMIT and ROLLBACK Statements
Controlling Transactions
Rolling Back Changes to a Marker
Implicit Transaction Processing
State of the Data Before COMMIT or ROLLBACK
State of the Data after COMMIT
Committing Data
State of the Data After ROLLBACK
Statement-Level Rollback
Read Consistency
Implementation of Read Consistency
Locking
Implicit Locking

Creating and Managing Tables

Creating and Managing Tables

Database Objects
Naming Rules
The CREATE TABLE Statement
Referencing Another User’s Tables
The DEFAULT Option
Creating Tables
Tables in the Oracle Database
Querying the Data Dictionary
Data Types
DateTime Data Types
TIMESTAMP WITH TIME ZONE Data Type
TIMESTAMP WITH LOCAL TIME Data Type
INTERVAL YEAR TO MONTH Data Type
INTERVAL DAY TO SECOND Data Type
Creating a Table by Using a Subquery Syntax
Creating a Table by Using a Subquery
The ALTER TABLE Statement
Adding a Column
Modifying a Column
Dropping a Column
The SET UNUSED Option
Dropping a Table
Changing the Name of an Object
Truncating a Table
Adding Comments to a Table

Including Constraints

Including Constraints

Objectives
What are Constraints?
Constraint Guidelines
Defining Constraints
The NOT NULL Constraint
The UNIQUE Constraint
The PRIMARY KEY Constraint
The FOREIGN KEY Constraint
FOREIGN KEY Constraint Keywords
The CHECK Constraint
Adding a Constraint Syntax
Adding a Constraint
Dropping a Constraint
Disabling Constraints
Enabling Constraints
Cascading Constraints
Viewing Constraints
Viewing the Columns Associated with Constraints

Including Constraints

Including Constraints

What are Constraints?
Constraint Guidelines
Defining Constraints
The NOT NULL Constraint
The UNIQUE Constraint
The PRIMARY KEY Constraint
The FOREIGN KEY Constraint
FOREIGN KEY Constraint Keywords
The CHECK Constraint
Adding a Constraint Syntax
Adding a Constraint
Dropping a Constraint
Disabling Constraints
Enabling Constraints
Cascading Constraints
Viewing Constraints
Viewing the Columns Associated with Constraints

Creating Views

Database Objects
What is a View?
Why use Views?
Simple Views and Complex Views
Creating a View
Retrieving Data from a View
Querying a View
Modifying a View
Creating a Complex View
Rules for Performing DML Operations on a View
Using the WITH CHECK OPTION Clause
Denying DML Operations
Removing a View
Inline Views
Top-N Analysis
Performing Top-N Analysis
Example of Top-N Analysis

Other Database Objects

Other Database Objects

What is a Sequence?
The CREATE SEQUENCE Statement Syntax
Creating a Sequence
Confirming Sequences
NEXTVAL and CURRVAL Pseudocolumns
Using a Sequence
Modifying a Sequence
Guidelines for Modifying a Sequence
Removing a Sequence
What is an Index?
How Are Indexes Created?
Creating an Index
When to Create an Index
When Not to Create an Index
Confirming Indexes
Function-Based Indexes
Removing an Index
Synonyms
Creating and Removing Synonyms

Using SET Operators

Using SET Operators

Objectives
The SET Operators
Tables Used in This Lesson
The UNION Operator
Using the UNION Operator
The UNION ALL Operator
Using the UNION ALL Operator
The INTERSECT Operator
Using the INTERSECT Operator
The MINUS Operator
SET Operator Guidelines
The Oracle Server and SET Operators
Matching the SELECT Statements
Controlling the Order of Rows

Oracle Datetime Functions

Oracle Datetime Functions

TIME ZONES
Oracle9i Datetime Support
TZ_OFFSET
CURRENT_DATE
CURRENT_TIMESTAMP
LOCALTIMESTAMP
DBTIMEZONE and SESSIONTIMEZONE
EXTRACT
TIMESTAMP Conversion Using FROM_TZ
STRING To TIMESTAMP Conversion Using TO_TIMESTAMP and TO_TIMESTAMP_TZ
Time Interval Conversion with TO_YMINTERVAL

Hierarchical Retrieval

Hierarchical Retrieval

Sample Data from the EMPLOYEES Table
Natural Tree Structure
Hierarchical Queries
Walking the Tree
Walking the Tree: From the Bottom Up
Walking the Tree: From the Top Down
Ranking Rows with the LEVEL Pseudocolumn
Formatting Hierarchical Reports Using LEVEL and LPAD
Pruning Branches

Konanki Manimala

    • 4.7
Positive: Communication, Professionalism, Quality, Value

Iq stream providing best soft skill class.it was very useful for fresher and who are not able to communicate in front of others.i was thankfull to Sidharth for training me and given confidence that I can speak in English.

Ganesh Nandkhile

    • 4.7
Positive: Communication, Professionalism, Quality, Value
Very useful. Trainer explained the topics with relation to actual work scenario

Geetha KLR

    • 4.7
Positive: Communication, Professionalism, Quality, Value

I had taken Oracle SOA training from Mr. Bhaskar. He is highly experienced and helped us with real time scenarios. The training was very effective. Thanks Mr. Bhaskar for all your support during the training.

    Request Course Demo



                     

    Training

    Enquiry Now
    close slider

      Enquiry1

      Call Now