UrbanPro
true
Pradeep Online SQL trainer in Bangalore

Pradeep

HSR Layout, Bangalore, India - 560102.

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Pradeep

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

12 + Year of Experience in Sql,MSBI,Python,Hadoop i am giving training in Sql
i am Microsoft certified developer my key skills Sql,Python,MSBI,Hadoop currently i am training in Sql

Languages Spoken

English Proficient

Education

Bellary Engineering college 2006

Bachelor of Engineering (B.E.)

Address

HSR Layout, Bangalore, India - 560102

Verified Info

ID Verified

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

SQL Programming Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SQL Programming Training

10

Teaching Experience in detail in SQL Programming Training

SQL Programing Relational Database Fundamentals ? Overview of Relational Database Concepts ? Relational Databases and Relational Database Management Systems ? Data Normalization ? DDL Syntax Creating a Database ? Database Development Methodology Overview ? Building a Logical Data Model ? Identifying Entities and Attributes ? Isolating Keys ? Relationships Between Entities ? Creating Entity-Relationship Diagrams ? Transforming to Physical Design ? Migrating Entities to Tables ? Selecting Primary Keys ? Defining Columns ? Enforcing Relationships with Foreign Keys ? Constructing the Database Using DDL ? Creating Tables, Indexes, Constraints and Views ? Dropping Tables, Indexes, Constraints and Views ? Modifying Tables, Indexes, Constraints and Views Writing Basic SQL Queries ? Displaying Table Structures ? Retrieving Column Data From a Table or View ? Selecting Unique Values ? Filtering Rows Using the WHERE Clause ? Sorting Results Using ORDER BY ? Joining Multiple Tables ? Using Column and Table Aliases Manipulating Query Results ? Using Row Functions ? Character ? Numeric ? Date and Time ? Data Conversion (CAST and CONVERT) ? Using the CASE Function ? Handling Null Values Advanced Query Techniques ? Inner Joins ? Outer Joins (Left, Right, Full) ? Performing Self-Joins ? Subqueries ? Simple ? Correlated ? Using the EXISTS Operator ? Tips for Developing Complex SQL Queries ? Using Aggregate Functions ? AVG ? COUNT ? SUM ? MIN ? MAX ? Performing Set Operations ? UNION ? INTERSECT ? EXCEPT/MINUS ? Aggregating Results Using GROUP BY ? Restricting Groups with the HAVING Clause ? Creating Temporary Tables Manipulating Table Data Using SQL's Data Manipulation Language (DML) ? Inserting Data into Tables ? Updating Existing Data ? Deleting Records ? Truncating Tables ? Performing Bulk Inserts ? Using the OUTPUT Clause ? Merging Data ? Working with Identity Columns and Sequences Stored Procedures ? Definition and Benefits of Use ? CREATE PROCEDURE ? Syntax ? Defining Input Parameters ? Defining Output Parameters ? Defining Optional Parameters ? ALTER and DROP PROCEDURE ? Implementation Differences complex Queries ? Using Wildcard Characters with Like ? Allowing Users to Build SQL Queries Dynamically ? Pivoting Data ? Summarizing Data with ROLLUP and CUBE ? Using Partitioned Aggregates Working with Data Types and Functions ? Effective Use of Data Types in SQL ? String ? Numeric ? Time/Date ? Other ? Substitution of Non-null Values with the COALESCE and ISNULL Functions ? Analyzing Data Points Using Ranking Functions Working with Table Expressions ? Overview of Table Expressions ? Working with Views ? Using Derived Tables ? Common Table Expressions ? Table-Valued Functions T-SQL Code Constructs ? Exploiting the Programming Features of T-SQL ? Conditional Constructs ? Looping Constructs ? Building Multi-Batch Scripts ? Invoking System Functions ? Using Variables in Scripts ? Using Temporary Tables in Scripts ? Handling Errors ? Using TRY...CATCH Blocks ? Using System Variables and Functions Triggers ? Definition and Benefits of Use ? Alternatives (e.g., Constraints) ? CREATE TRIGGER ? Syntax ? Trigger Types ? "Inserted" (or "NEW") and "Deleted" (or "OLD") Tables ? Event Handling and Trigger Execution ? ALTER and DROP TRIGGER Using T-SQL Cursors ? Overview of Cursors ? Declaring a Cursor ? Using OPEN CURSOR, CLOSE CURSOR, DEALLOCATE CURSOR Statements ? FETCHing Results ? Testing @@FETCH_STATUS and @@CURSOR_ROWS ? Updating Records with Cursors

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach SQL Programming Class.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 10 years.

Teaches

SQL Programming Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SQL Programming Training

10

Teaching Experience in detail in SQL Programming Training

SQL Programing Relational Database Fundamentals ? Overview of Relational Database Concepts ? Relational Databases and Relational Database Management Systems ? Data Normalization ? DDL Syntax Creating a Database ? Database Development Methodology Overview ? Building a Logical Data Model ? Identifying Entities and Attributes ? Isolating Keys ? Relationships Between Entities ? Creating Entity-Relationship Diagrams ? Transforming to Physical Design ? Migrating Entities to Tables ? Selecting Primary Keys ? Defining Columns ? Enforcing Relationships with Foreign Keys ? Constructing the Database Using DDL ? Creating Tables, Indexes, Constraints and Views ? Dropping Tables, Indexes, Constraints and Views ? Modifying Tables, Indexes, Constraints and Views Writing Basic SQL Queries ? Displaying Table Structures ? Retrieving Column Data From a Table or View ? Selecting Unique Values ? Filtering Rows Using the WHERE Clause ? Sorting Results Using ORDER BY ? Joining Multiple Tables ? Using Column and Table Aliases Manipulating Query Results ? Using Row Functions ? Character ? Numeric ? Date and Time ? Data Conversion (CAST and CONVERT) ? Using the CASE Function ? Handling Null Values Advanced Query Techniques ? Inner Joins ? Outer Joins (Left, Right, Full) ? Performing Self-Joins ? Subqueries ? Simple ? Correlated ? Using the EXISTS Operator ? Tips for Developing Complex SQL Queries ? Using Aggregate Functions ? AVG ? COUNT ? SUM ? MIN ? MAX ? Performing Set Operations ? UNION ? INTERSECT ? EXCEPT/MINUS ? Aggregating Results Using GROUP BY ? Restricting Groups with the HAVING Clause ? Creating Temporary Tables Manipulating Table Data Using SQL's Data Manipulation Language (DML) ? Inserting Data into Tables ? Updating Existing Data ? Deleting Records ? Truncating Tables ? Performing Bulk Inserts ? Using the OUTPUT Clause ? Merging Data ? Working with Identity Columns and Sequences Stored Procedures ? Definition and Benefits of Use ? CREATE PROCEDURE ? Syntax ? Defining Input Parameters ? Defining Output Parameters ? Defining Optional Parameters ? ALTER and DROP PROCEDURE ? Implementation Differences complex Queries ? Using Wildcard Characters with Like ? Allowing Users to Build SQL Queries Dynamically ? Pivoting Data ? Summarizing Data with ROLLUP and CUBE ? Using Partitioned Aggregates Working with Data Types and Functions ? Effective Use of Data Types in SQL ? String ? Numeric ? Time/Date ? Other ? Substitution of Non-null Values with the COALESCE and ISNULL Functions ? Analyzing Data Points Using Ranking Functions Working with Table Expressions ? Overview of Table Expressions ? Working with Views ? Using Derived Tables ? Common Table Expressions ? Table-Valued Functions T-SQL Code Constructs ? Exploiting the Programming Features of T-SQL ? Conditional Constructs ? Looping Constructs ? Building Multi-Batch Scripts ? Invoking System Functions ? Using Variables in Scripts ? Using Temporary Tables in Scripts ? Handling Errors ? Using TRY...CATCH Blocks ? Using System Variables and Functions Triggers ? Definition and Benefits of Use ? Alternatives (e.g., Constraints) ? CREATE TRIGGER ? Syntax ? Trigger Types ? "Inserted" (or "NEW") and "Deleted" (or "OLD") Tables ? Event Handling and Trigger Execution ? ALTER and DROP TRIGGER Using T-SQL Cursors ? Overview of Cursors ? Declaring a Cursor ? Using OPEN CURSOR, CLOSE CURSOR, DEALLOCATE CURSOR Statements ? FETCHing Results ? Testing @@FETCH_STATUS and @@CURSOR_ROWS ? Updating Records with Cursors

No Reviews yet!

Pradeep conducts classes in SQL Programming. Pradeep is located in HSR Layout, Bangalore. Pradeep takes Online Classes- via online medium. He has 10 years of teaching experience . Pradeep has completed Bachelor of Engineering (B.E.) from Bellary Engineering college in 2006. HeĀ is well versed in English.

X

Share this Profile

Recommended Profiles

Ankapa Naidu D

Ankapa Naidu D photo HSR Layout, Bangalore

Prathap Reddy Sunka

Prathap Reddy Sunka photo Whitefield, Bangalore

Karthik

Karthik photo Thubarahalli, Bangalore

Varun Teja Yellutla

Varun Teja Yellutla photo Bannerghatta Main Road, Bangalore

Kajal G.

Kajal G. photo HSR Layout Sector 11, Bangalore

Sumanta Singha Roy

Sumanta Singha Roy photo Krishnarajapura Thigalarapalya, Bangalore

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more