0% found this document useful (0 votes)
29 views2 pages

Filter, Functions, Subqueries

The document discusses various SQL concepts including filtering data with operators like BETWEEN and logical operators like AND and OR in WHERE clauses. It also covers functions such as CONCAT, UPPER, SQRT, and AVG, as well as subqueries. The second section discusses joining tables using different types of joins, unions, inserting, updating, and deleting data. It also covers creating, altering, dropping, and renaming tables as well as creating views and taking a quiz.

Uploaded by

vinay kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Filter, Functions, Subqueries

The document discusses various SQL concepts including filtering data with operators like BETWEEN and logical operators like AND and OR in WHERE clauses. It also covers functions such as CONCAT, UPPER, SQRT, and AVG, as well as subqueries. The second section discusses joining tables using different types of joins, unions, inserting, updating, and deleting data. It also covers creating, altering, dropping, and renaming tables as well as creating views and taking a quiz.

Uploaded by

vinay kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Filter, functions, Subqueries

 The where statement


o SQL Operators
o The between Operator
o Text values
 Filtering with AND, OR
o Logical Operator
o OR
o Combining AND & OR
 IN, Not in statements
o The in Operator
o The Not in Operator
 Custom columns
o The CONCAT function
o The AS keyword
o Arithmetic Operators
 Functions
o The UPPER function
o SQRT and AVG
o SUM
 Subqueries
 Like and MIN
o The like Operator
o The MIN function
 Modules 2 quiz

JOIN, table Operations

 Join tables
 Types of join
o Custom names
o Inner join
o Left join
o Right join
 Union
o Set Operation
o UNION
o UNION ALL
 The insert statements
o Inserting Data
 Update and Delete statements
 Creating a Table
 Not NULL and Auto_increment
 Alter, Drop, Rename a table
 Views
 Modules 3 Quiz

You might also like