McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

Microsoft MCP 70-761 Deutsch

70-761 Deutsch

Exam Code: 70-761-Deutsch

Exam Name: Querying Data with Transact-SQL (70-761 Deutsch Version)

Updated: Jul 17, 2026

Q&A Number: 205 Q&As

70-761-Deutsch Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "PDF"

Price: $69.99 

About Microsoft 70-761 Deutsch Exam Braindumps

Microsoft 70-761 Exam Syllabus Topics:

TopicDetailsWeights
Program databases by using Transact-SQL

Create database programmability objects by using Transact-SQL
-Create stored procedures, table-valued and scalar-valued user-defined functions, triggers, and views; implement input and output parameters in stored procedures; identify whether to use scalar-valued or table-valued functions; distinguish between deterministic and non-deterministic functions; create indexed views

Implement error handling and transactions
-Determine results of Data Definition Language (DDL) statements based on transaction control statements, implement TRY…CATCH error handling with Transact-SQL, generate error messages with THROW and RAISERROR, implement transaction control in conjunction with error handling in stored procedures

Implement data types and NULLs
-Evaluate results of data type conversions, determine proper data types for given data elements or table columns, identify locations of implicit data type conversions in queries, determine the correct results of joins and functions in the presence of NULL values, identify proper usage of ISNULL and COALESCE functions

25-30%
Manage data with Transact-SQL

Create Transact-SQL SELECT queries
-Identify proper SELECT query structure, write specific queries to satisfy business requirements, construct results from multiple queries using set operators, distinguish between UNION and UNION ALL behaviour, identify the query that would return expected results based on provided table structure and/or data

Query multiple tables by using joins
-Write queries with join statements based on provided tables, data, and requirements; determine proper usage of INNER JOIN, LEFT/RIGHT/FULL OUTER JOIN, and CROSS JOIN; construct multiple JOIN operators using AND and OR; determine the correct results when presented with multi-table SELECT statements and source data; write queries with NULLs on joins

Implement functions and aggregate data
-Construct queries using scalar-valued and table-valued functions; identify the impact of function usage to query performance and WHERE clause sargability; identify the differences between deterministic and non-deterministic functions; use built-in aggregate functions; use arithmetic functions, date-related functions, and system functions

Modify data
-Write INSERT, UPDATE, and DELETE statements; determine which statements can be used to load data to a table based on its structure and constraints; construct Data Manipulation Language (DML) statements using the OUTPUT statement; determine the results of Data Definition Language (DDL) statements on supplied tables and data

40-45%
Query data with advanced Transact-SQL components

Query data by using subqueries and APPLY
-Determine the results of queries using subqueries and table joins, evaluate performance differences between table joins and correlated subqueries based on provided data and query plans, distinguish between the use of CROSS APPLY and OUTER APPLY, write APPLY statements that return a given data set based on supplied data

Query data by using table expressions
-Identify basic components of table expressions, define usage differences between table expressions and temporary tables, construct recursive table expressions to meet business requirements

Group and pivot data by using queries
-Use windowing functions to group and rank the results of a query; distinguish between using windowing functions and GROUP BY; construct complex GROUP BY clauses using GROUPING SETS, and CUBE; construct PIVOT and UNPIVOT statements to return desired results based on supplied data; determine the impact of NULL values in PIVOT and UNPIVOT queries

Query temporal data and non-relational data
-Query historic data by using temporal tables, query and output JSON data, query and output XML data

30-35%

Suitable for everyone

No matter how old you are, no matter what kind of job you are in, as long as you want to pass the professional qualification exam, 70-761 Deutsch exam materials must be your best choice. All the materials in 70-761 Deutsch test guide are available in PDF, APP, and PC versions. If you are a student, you can take the time to simulate the real test environment on the computer online. If you are an office worker, 70-761 Deutsch practice materials provide you with an APP version that allows you to transfer data to your mobile phone and do exercises at anytime, anywhere. If you are a middle-aged person and you don't like the complex features of cell phones and computers, 70-761 Deutsch practice materials also provide you with a PDF mode so that you can print out the materials and learn. At the same time, 70-761 Deutsch test guide involve hundreds of professional qualification examinations.

Do you have bought the Microsoft pdf version for your preparation? If not, hurry up to choose our 70-761 Deutsch pdf torrent. Our 70-761 Deutsch pdf study material is based on the 70-761 Deutsch real exam scenarios covering all the exam objectives. We have full confidence that you can successfully pass the exam as long as you practice according to the content provided by 70-761 Deutsch exam preparation materials. Of course, if you fail to pass the exam, we will give you a 100% full refund.

70-761 Deutsch exam dumps

70-761 - Querying Data with Transact-SQL

The 70-761 exam is part of the Database Core Certification. This exam measures your ability to work with SQL and Transact-SQL.

This certification exam is targeted for professional who perform queries over SQL Server database. The certification is for administrators, system engineers, and developers with one or more years of experience who are seeking to validate their skills and knowledge in writing queries.. This is a list of covered topics:

  • Group and pivot data by using queries
  • Create Transact-SQL SELECT queries, query multiple tables by using joins
  • Implement and design database programmability objects by using Transact-SQL
  • Data types
  • Error handling and transactions
  • Using subqueries

Reference: https://www.microsoft.com/en-us/learning/exam-70-761.aspx

Schedule exam

Languages: English

This exam is intended for SQL Server database administrators, system engineers, and developers with two or more years of experience who are seeking to validate their skills and knowledge in writing queries.

Time-saving and efficient learning mode

Many students often feel that their own gains are not directly proportional to efforts in their process of learning. This is because they have not found the correct method of learning so that they often have low learning efficiency. If you have a similar situation, we suggest you try 70-761 Deutsch practice materials. 70-761 Deutsch test guide is compiled by experts of several industries tailored to 70-761 Deutsch exam to help students improve their learning efficiency and pass the exam in the shortest time. Experts conducted detailed analysis of important test sites according to the examination outline, and made appropriate omissions for unimportant test sites. At the same time, 70-761 Deutsch exam torrent made a detailed description of all the incomprehensible knowledge points through examples, forms, etc., so that everyone can easily understand.

100% pass rate guarantee

Students are worried about whether the 70-761 Deutsch practice materials they have purchased can help them pass the exam and obtain a certificate. They often encounter situations in which the materials do not match the contents of the exam that make them waste a lot of time and effort. But with 70-761 Deutsch exam study materials, you do not need to worry about similar problems. Because our study material is prepared strictly according to the exam outline by industry experts, whose purpose is to help students pass the exam smoothly. As the authoritative provider of 70-761 Deutsch test guide, we always pursue high passing rates compared with our peers to gain more attention from potential customers. In order to gain the trust of new customers, 70-761 Deutsch practice materials provide 100% pass rate guarantee for all purchasers.

Microsoft 70-761 Deutsch Exam Syllabus Topics:

SectionObjectives
Programming with Transact-SQL- Control of flow
  • 1. IF...ELSE logic
    • 2. BEGIN...END blocks
      - Error handling and transactions
      • 1. Transactions (BEGIN, COMMIT, ROLLBACK)
        • 2. TRY...CATCH
          Work with SELECT queries- Advanced SELECT operations
          • 1. Aliasing columns and tables
            • 2. TOP and OFFSET-FETCH
              - Query fundamentals
              • 1. Sorting results with ORDER BY
                • 2. Filtering data with WHERE
                  • 3. SELECT statement structure
                    Modify data- Data manipulation language (DML)
                    • 1. UPDATE statements
                      • 2. INSERT statements
                        • 3. DELETE statements
                          Advanced querying features- Subqueries and expressions
                          • 1. Scalar subqueries
                            • 2. Correlated subqueries
                              - Windowing functions
                              • 1. ROW_NUMBER, RANK, DENSE_RANK
                                • 2. OVER clause
                                  Query multiple tables- Set operators
                                  • 1. EXCEPT
                                    • 2. INTERSECT
                                      • 3. UNION and UNION ALL
                                        - Joins
                                        • 1. OUTER JOINs (LEFT, RIGHT, FULL)
                                          • 2. CROSS JOIN
                                            • 3. INNER JOIN
                                              Data aggregation and grouping- Aggregation functions
                                              • 1. COUNT, SUM, AVG, MIN, MAX
                                                - GROUP BY and HAVING
                                                • 1. Grouping data
                                                  • 2. Filtering grouped results

                                                    0 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

                                                    LEAVE A REPLY

                                                    Your email address will not be published. Required fields are marked *

                                                    Contact US:  
                                                     [email protected]  Support

                                                    Free Demo Download

                                                    Popular Vendors
                                                    Adobe
                                                    Alcatel-Lucent
                                                    Avaya
                                                    BEA
                                                    CheckPoint
                                                    CIW
                                                    CompTIA
                                                    CWNP
                                                    EC-COUNCIL
                                                    EMC
                                                    EXIN
                                                    Hitachi
                                                    HP
                                                    ISC
                                                    ISEB
                                                    Juniper
                                                    Lpi
                                                    Network Appliance
                                                    Nortel
                                                    Novell
                                                    SASInstitute
                                                    Sybase
                                                    Symantec
                                                    The Open Group
                                                    all vendors
                                                    Why Choose GetCertKey Testing Engine
                                                     Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
                                                     Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
                                                     Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
                                                     Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.