Sie sind auf Seite 1von 2

TeraData - SQL Course contents

Day-1 Introduction to SQL What is SQL SQL Commands Data Definition Language commands (DDL) Data Manipulation Language commands (DML) Transaction Control Language Commands (TCL) Data Control Language Commands (DCL) Basic Queries The Select Command Viewing data in a table Expressions and the Select Command Expressions in the Select Clause Column Alias Displaying Unique Values Using the Distinct Command Sorting data using Order By Clause Searching/Restricting data using Where Clause Using Logical Operators in the Where Clause Using Comparison Operators in the Where Clause SQL operators Using the IN Operator Using the Between...And...Operator Using the Like Operator Wildcard Operators Handling NULLs DDL commands Creating Tables Getting Information on Tables Getting Information on Columns in Tables Altering a Table Dropping a Table TRUNCATE RENAME DML commands INSERT UPDATE DELETE

Day-2 Overview of Inbuilt FUNCTIONS Single Row (Scalar) functions Character functions Regular expression functions Numeric functions Date functions Conversion functions Group Functions Group Functions Group By Clause WHERE clause in group by Having Clause Joins Why Joins are required? Types of Joins Inner joins Outer joins left, right & full Cross joins Joining more than two tables Set Operators Union

Das könnte Ihnen auch gefallen