Inscrição Online
Fale Conosco
Redes Sociais, Trainning Facebook Twitter O canal da Trainning no Youtube Blog da Trainning Forum de Ti - Trainning
Inicio | Inscrição | Calendário | Contato

Curso, Treinamento, Certificaçã, Cursos, exames, apostilas, tutorial, downloads, quero fazer, cursar, endereço, gratuito. Aluguel de salas de aula, aluguel de sala, locação de sala, aluguel de auditórios, locações, salas. Treinamentos em todo Brasil - São Paulo - SP, Rio de Janeiro - RJ, Belo Horizonte - BH, Curitiba, Campinas, Brasilia - DF,Manaus, Cuiabá, vitória,Recife, Porto Alegre, Salvador - BA, Fortaleza - CE, Goiânia - SP, Natal - RN, Centro de São Paulo, Grande ABC, mais barato.

VOLTAR PARA TODOS OS CURSOS

2778 - Writing Queries Using Microsoft SQL Server 2008 Transact-SQL

 

curso de windows, curso windows 7, curso windows xp, curso windows server, windows server, curso windows 2003, windows server 2003, curso de informatica, windows server 2008, curso windows seven, curso de microsoft, curso da microsoft, curso microsoft office, cursos microsoft, certificação microsoft, curso certificação microsoft, curso excel, curso excel microsoft, curso gratuito microsoft, curso informatica microsoft, curso microsoft online, curso microsoft word, curso project, curso word, microsoft excel, microsoft word, certificado microsoft, curso de excel, curso de word, curso microsoft access, curso microsoft project, curso na microsoft, curso sql, microsoft access, microsoft project, curso .net, curso c#, curso de access, curso de project, curso de redes, curso de sql, curso oficial microsoft, curso pela microsoft, curso sql server, cursos da microsoft, microsoft visio.

 
   Treinamento
2778 - Writing Queries Using Microsoft SQL Server 2008 Transact-SQL
  Carga Horária
3 dias
   
  Objetivos

This 3-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2008.

After completing this course, students will be able to:

  • Describe the uses of and ways to execute the Transact-SQL language.
  • Use querying tool.
  • Write SELECT queries to retrieve data.
  • Group and summarize data by using Transact-SQL.
  • Join data from multiple tables.
  • Write queries that retrieve and modify data by using subqueries.
  • Modify data in tables.
  • Query text fields with full-text search.
  • Describe how to create programming objects.
  • Use various techniques when working with complex queries.
  
  Pré-requisito:

Before attending this course, students must have:

  • Knowledge of data integrity concepts.
  • Core Windows Server skills.
  • Relational database design skills.
  • Programming skills.
  
  Público Alvo
This course is intended for SQL Server database administrators, implementers, system engineers, and developers who are responsible for writing queries.
  
   Conteúdo Programático

 - Getting Started with Databases and Transact-SQL in SQL Server 2008 
The student will be introduced to how client/server architecture works, and examine the various database and business tasks that can be performed by using the components of SQL Server 2008. The student will also be introduced to SQL Server database concepts such as relational databases, normalization, and database objects. In addition, the student will learn how to use T-SQL to query databases and generate reports. Lessons

  • Overview of SQL Server 2008
  • Ov erview of SQL Server Databases
  • Overview and Syntax Elements of T-SQL
  • Working with T-SQL Scripts
  • Using T-SQL Querying Tools
Lab : Using SQL Server Management Studio and SQLCMD
  • Exploring the Components and Executing Queries in SQL Server Management Studio
  • Starting and Using SQLCMD
  • Generating a Report from a SQL Server Database Using Microsoft Office Excel
After completing this module, students will be able to:
  • Describe the architecture and components of SQL Server 2008.
  • Describe the structure of a SQL Server database.
  • Explain the basics of the SQL language.
  • Describe the syntax elements of T-SQL.
  • Explain how to manage T-SQL scripts.
  • Use T-SQL querying tools to query SQL Server 2008 databases.
2 - Querying and Filtering Data 
The students will be introduced to the basic Transact-SQL (T-SQL) statements that are used for writing queries, filtering data, and formatting result sets. Lessons
  • Using the SELECT Statement
  • Filtering Data
  • Working with NULL Values
  • Formatting Result Sets
  • Performance Con siderations for Writing Queries
Lab : Querying and Filtering Data
  • Retrieving Data by Using the SELECT Statement
  • Filtering Data by Using Different Search Conditions
  • Using Functions to Work with NULL Values
  • Formatting Result Sets
After completing this module, students will be able to:
  • Retrieve data by using the SELECT statement.
  • Filter data by using different search conditions.
  • Explain how to work with NULL values.
  • Format result sets.
  • Describe the performance considerations that affect data retrieval.
3 - Grouping and Summarizing Data
The students will learn to group and summarize data when generating reports in Microsoft SQL Server 2008 by using aggregate functions and the COMPUTE clause. Lessons
  • Summarizing Data by Using Aggregate Functions
  • Summarizing Grouped Data
  • Ranking Grouped Data
  • Creating Crosstab Queries
Lab : Grouping and Summarizing Data
  • Summarizing Data by Using Aggregate Functions
  • Summarizing Grouped Data
  • Ranking Grouped Data
  • Creating Crosstab Queries
After completing this module, students will be able to:
  • Summarize data by using aggregate functions.
  • Summarize grouped data by using the GROUP BY and COMPUTE clauses.
  • Rank grouped data.
  • Create cross-tabulation queries by using the PIVOT and UNPIVOT clauses.
4 - Joining Data from Multiple 
Tables The students will learn to write joins to query multiple tables, as well as limiting and combining result sets. Lessons
  • Querying Multiple Tables by Using Joins
  • Applying Joins for Typical Reporting Needs
  • Combining and Limiting Result Set
Lab : Joining Data from Multiple Tables
  • Querying Multiple Tables by Using Joins
  • Applying Joins for Typical Reporting Needs
  • Combining and Limiting Result Sets
After completing this module, students will be able to:
  • Query multiple tables by using joins.
  • Apply joins for typical reporting needs.
  • Combine and limit result sets.
5 - Working with Subqueries
The students will be introduced to basic and correlated subqueries and how these compare with joins and temporary tables. The students will also be introduced to using common table expressions in queries. Lessons
  • Writing Basic Subqueries
  • Writing Correlated Subqueries
  • Comparing Subqueries with Joins and Temporary Tables
  • Using Common Table Expressions
Lab : Working with Subqueries
  • Writing Basic Subqueries
  • Writing Correlated Subqueries
  • Comparing Subqueries with Joins and Temporary Tables
  • Using Common Table Expressions
After completing this module, students will be able to:
  • Write basic subqueries.
  • Write correlated subqueries.
  • Compare subqueries with joins and temporary tables.
  • Use common table expressions in queries.
6 - Modifying Data in Tables
The students will be able to modify the data in tables by using the INSERT, DELETE, and UPDATE statements. In addition, students will examine how transactions work in a database, the importance of transaction isolation levels, and how to manage transactions. Lessons
  • Inserting Data into Tables
  • Deleting Data from Tables
  • Updating Data in Tables
  • Overview of Transactions
Lab : Modifying Data in Tables
  • Inserting Data into Tables
  • Deleting Data from Tables
  • Updating Data in Tables
  • Working with Transactions
After completing this module, students will be able to:
  • Insert data into tables.
  • Delete data from tables.
  • Update data in tables.
  • Describe transactions.
7 - Querying Metadata, XML, and Full-Text Indexes
The students will learn to query semi-structured and unstructured data. The students will also learn how SQL Server 2008 handles XML data and will query XML data. The students will also be introduced to full-text indexing in SQL Server 2008. Lessons
  • Querying Metadata
  • Overview of XML
  • Querying XML Data
  • Overview of Full-Text Indexes
  • Querying Full-Text Indexes
Lab : Querying Metadata, XML, and Full-Text Indexes
  • Querying Metadata
  • Querying XML Data
  • Creating and Querying Full-Text Indexes
After completing this module, students will be able to:
  • Query metadata.
  • Describe the functionality of XML.
  • Query XML data.
  • Describe the functionality of full-text indexes.
  • Query full-text indexes.
8 - Using Programming Objects for Data Retrieval 
The students will be introduced to user-defined functions and executing various kinds of queries by using user-defined functions. The students will be introduced to SQL Server views that encapsulate data and present users with limited and relevant information. In addition, the students will be introduced to SQL Server stored procedures and the functionalities of the various programming objects. The students will learn how to perform distributed queries and how SQL Server works with heterogeneous data such as databases, spreadsheets, and other servers. Lessons
  • Overview of Views
  • Overview of User-Defined Functions
  • Overview of Stored Procedures
  • Overview of Triggers
  • Writing Distributed Queries
Lab : Using Programming Objects for Data Retrieval
  • Creating Views
  • Creating User-Defined Functions
  • Creating Stored Procedures
  • Writing Distributed Queries
After completing this module, students will be able to:
  • Encapsulate queries by using views.
  • Encapsulate expressions by using user-defined functions.
  • Explain how stored procedures encapsulate T-SQL logic.
  • Define triggers, types of triggers, create a trigger.
  • Write distributed queries.
9 - Using Advanced Querying Techniques 
The students will be introduced to best practices for querying complex data. The students will also examine how to query complex table structures such as data stored in hierarchies and self-referencing tables. The students will analyze the recommended guidelines for executing queries and how to optimize query performance. Lessons
  • Considerations for Querying Data
  • Working with Data Types
  • Cursors and Set-Based Queries
  • Dynamic SQL
  • Maintaining Query Files
Lab : Using Advanced Querying Techniques
  • Using Execution Plans
  • Converting Data Types
  • Implementing a Hierarchy
  • Using Cursors and Set-Based Queries
After completing this module, students will be able to:
  • Explain the recommendations for querying complex data.
  • Query complex table structures.
  • Write efficient queries.
  • Use various techniques when working with complex queries.
  • Maintain query files.
  
FORMAS DE PAGAMENTO
VALOR
CONSULTE-NOS
 
   
   Outras Formações
CURSO AÇÃO
AGP - Cursos ITIL V3 + COBIT + PMI Preparatório PMP 4 Edição GRÁTIS EXAME ITIL Foundations ou Exame Cobit Foundations DETALHES INSCREVA-SE
ANT - Analista de Negócios de TI - Modelagem e Processos DETALHES INSCREVA-SE
ANP - Analista de Negócios e Processos de TI - ANT Analista de Negócios + Analista de Processos com BPMN DETALHES INSCREVA-SE
COMBO Curso ITIL + COBIT + 1 EXAME por R$ 1.390,00 DETALHES INSCREVA-SE
Curso ITIL V3 FOUNDATIONS DETALHES INSCREVA-SE
Curso ITIL V3 Foundations + EXAME ITIL V3 DETALHES INSCREVA-SE
Curso COBIT 4.1 FOUNDATIONS DETALHES INSCREVA-SE
Curso COBIT 4.1 FOUND + EXAME DETALHES INSCREVA-SE
Treinamento Curso PMP Exam Prep 4º Edição PMBOK PMI (Grátis PMP Foundations) DETALHES INSCREVA-SE
Desenvolvedor de Aplicativos (Apps) para iPhone e iPad iOS5 Apple Developer Program SDK DETALHES INSCREVA-SE
 
Receba Informações sobre esse curso
NOME *
E-MAIL *
TELEFONE
NOME DO CURSO
Desejo receber informações sobre outros cursos
 
 
VOLTAR PARA TODOS OS CURSOS
 
  Formas de Pagamento  
 
NOME: Unisys do Brasil
DATA: 05/05/2021
DEPOIMENTO: Realizamos a formação completa para Certificação PMP do PMI na Trainning Education. 24 Profissionais capacitados.
 
NOME: Allianz Seguros
DATA: 01/05/2012
DEPOIMENTO: Allianz Seguros capacita 30 Profissionais na Formação Mainframe Cobol, Db2, Cics da Trainning Education.
 
NOME: Infraero
DATA: 24/11
DEPOIMENTO: Trainning realiza curso em ITIL V3 Capability Operational Support and Analysis e Auditor Líder ISO/IEC 20.000 para INFRAERO e recebe nota máxima na avaliação interna de qualidade de serviço. Infraero Empresa Brasileira de Infra-estrutura Aeroportuária
 
NOME: Vanessa Leandro Magela
DATA: 10/08/2011
DEPOIMENTO: Gostaria de comunicar que realizei o exame PMP hoje, e finalmente passei. Agradeço ao apoio da Trainning neste processo. Atte Vanessa Leandro Magela PMI ID 8830000000440986
 
NOME: Banco da Amazônia BASA
DATA: 02/08/2011
DEPOIMENTO: Banco da Amazônia realiza curso de Gestão de Riscos, BPMN, Preparatório para o PMI para equipe de TI com a Trainning.
 
 
VER TODOS
 
© Copyright 2012 | Trainning Education Services ® | Todos os direitos reservados