Cerere Pentru Acordarea Alocatiei de Stat
Cerere Pentru Acordarea Alocatiei de Stat
Curriculum
Școala Informală de IT
Tel: +40744-679.530
Web: www.scoalainformala.ro / www.informalschool.com
E-mail: [email protected]
Content
9. Using Subqueries
1
Module 1: Introduction to T-SQL Querying
This module introduces Transact SQL as the primary querying language of SQL Server.
It discusses the basic structure of T-SQL queries, the logical flow of a SELECT statement,
and introduces concepts such as predicates and set-based operations.
This module introduces the fundamentals of the SELECT statement, focusing on queries
against a single table.
This module explains how to write queries which combine data from multiple sources
in SQL Server. The module introduces the use of JOINs in T-SQL queries as a mechanism
for retrieving data from multiple tables.
2
Module 4: Sorting and Filtering Data
This module explains how to enhance queries to limit the rows they return, and to
control the order in which the rows are displayed. The module also discusses how to
resolve missing and unknown results.
This module explains the data types SQL Server uses to store data. It introduces the
many types of numeric and special-use data types. It also explains conversions between
data types, and the importance of type precedence.
3
Module 7: Using Built-In Functions
This module introduces the use of functions that are built into SQL Server, and will
discuss some common usages including data type conversion, testing for logical
results and nullability.
This module introduces methods for grouping data within a query, aggregating the
grouped data and filtering groups with HAVING. The module is designed to help the
student grasp why a SELECT clause has restrictions placed upon column naming in the
GROUP BY clause as well as which columns may be listed in the SELECT clause.
This module will introduce the use of subqueries in various parts of a SELECT statement.
It will include the use of scalar and multi-result subqueries, and the use of the IN and
EXISTS operators.
4
Module 10: Using Table Expressions
This module introduces T-SQL expressions which return a valid relational table,
typically for further use in the query. The module discusses views, derived tables,
common table expressions and inline table-valued functions.
This module introduces the use of existing stored procedures in a T-SQL querying
environment. It discusses the use of EXECUTE, how to pass input and output parameters
to a procedure, and how to invoke system stored procedures.
5
Module 13: Programming with T-SQL
This module introduces T-SQL programming concepts and objects. It discusses batches,
variables, control of flow elements such as loops and conditionals, how to create and
execute dynamic SQL statements, and how to use synonyms.
This module introduces the use of error handlers in T-SQL code. It will introduce the
difference between compile errors and run-time errors, and will cover how errors affect
batches. The module will also cover how to control error handling using TRY/CATCH
blocks, the use of the ERROR class of functions, and the use of the new THROW
statement.