Microsoft 070-761 Actual PDF : Querying Data with Transact-SQL

Microsoft 070-761 Actual PDF
  • Exam Code: 070-761
  • Exam Name: Querying Data with Transact-SQL
  • Updated: Sep 02, 2026
  • Q & A: 205 Questions and Answers
Already choose to buy "PDF"
Price: $59.98 

About Microsoft 070-761 Actual Exam

Three versions, one decision: the Microsoft Querying Data with Transact-SQL package from ActualPDF comes as a budget-friendly printable PDF, a Windows software engine that flags your mistakes for re-practice, and an online version for any operating system. All carry the same 205 070-761 questions.

Microsoft 070-761 Exam Overview:

Certification Vendor:Microsoft
Exam Name:Querying Data with Transact-SQL
Exam Number:70-761
Real Exam Qty:40-60
Available Languages:German, Portuguese (Brazil), Chinese (Simplified), Chinese (Traditional), Russian, French, English, Japanese
Related Certifications:MCSA: SQL 2016 Database Development
Passing Score:700/1000
Certificate Validity Period:No fixed expiration for earned legacy certification; exam retired on January 31, 2021
Exam Format:Multiple choice, Short answer, Hot area, Multiple response, Build list, Active screen, Review screen, Drag and drop
Exam Duration:120 minutes
Exam Price:$165 USD
Sample Questions:Free Download Pass 070-761 Exam Cram
Exam Way:Pearson VUE testing center or online proctored delivery when available; the exam is retired and no longer available for registration.
Pre Condition:No formal prerequisite exam. Intended for SQL Server database administrators, system engineers, and developers with two or more years of experience writing Transact-SQL queries. Exam 70-762 was also required to earn MCSA: SQL 2016 Database Development.

Microsoft 070-761 Exam Syllabus Topics:

SectionWeightObjectives
Topic 1: Manage data with Transact-SQL40-45%- Create Transact-SQL SELECT queries
  • 1. Identify proper SELECT query structure
  • 2. Write queries to satisfy business requirements
  • 3. Identify queries that return expected results based on table structure or data
  • 4. Construct results from multiple queries using set operators
  • 5. Distinguish between UNION and UNION ALL behavior
- Modify data
  • 1. Write UPDATE statements
  • 2. Use the OUTPUT statement
  • 3. Write INSERT statements
  • 4. Write DELETE statements
- Implement functions and aggregate data
  • 1. Use scalar functions
  • 2. Use aggregate functions
  • 3. Use ranking functions
  • 4. Use GROUP BY and HAVING
- Query multiple tables by using joins
  • 1. Write queries using self joins
  • 2. Handle NULL values in join columns
  • 3. Write queries using outer joins
  • 4. Write queries using cross joins
  • 5. Write queries using inner joins
Topic 2: Query data with advanced Transact-SQL components30-35%- Query data by using table expressions
  • 1. Use inline table-valued functions
  • 2. Use derived tables
  • 3. Use views
  • 4. Use common table expressions
- Query temporal and non-relational data
  • 1. Query temporal tables
  • 2. Query XML data
  • 3. Query JSON data
  • 4. Output results as XML or JSON
- Group and pivot data by using queries
  • 1. Use PIVOT and UNPIVOT
  • 2. Use ROLLUP and CUBE
  • 3. Use grouping sets
- Query data by using subqueries and APPLY
  • 1. Use APPLY
  • 2. Use EXISTS and NOT EXISTS
  • 3. Use correlated and non-correlated subqueries
Topic 3: Program databases by using Transact-SQL25-30%- Implement data types and NULLs
  • 1. Handle NULL values
  • 2. Use implicit and explicit conversions
  • 3. Choose appropriate data types
- Create database programmability objects by using Transact-SQL
  • 1. Create user-defined functions
  • 2. Create views
  • 3. Create stored procedures
- Implement error handling and transactions
  • 1. Implement transactions
  • 2. Use TRY...CATCH
  • 3. Use THROW and RAISERROR
  • 4. Manage transaction isolation

Microsoft 070-761 Exam: FAQ for Serious Candidates

Microsoft Querying Data with Transact-SQL is an official Microsoft exam, listed under exam code 070-761. A passing result earns you the MCP certification at the Associate level. It also ties into MCSA: SQL 2016 Database Development, extending its value across your certification roadmap. Employers read this credential as verified competence, which is why it keeps appearing in job requirements.

Expect 40-60 questions inside 120 minutes on the Microsoft Querying Data with Transact-SQL exam. That pace punishes hesitation, so rehearse it: the ActualPDF software engine simulates the real exam scene, reminds you of the questions you got wrong, and pushes you to re-practice them until the clock stops being your enemy.

Passing Microsoft Querying Data with Transact-SQL requires 700/1000, and the official registration fee is $165 USD. Retakes charge the full $165 USD again, which is why experienced candidates treat preparation as the cheaper exam fee. Verify your readiness with repeated ActualPDF practice scores above the requirement before you commit to a date.

No formal prerequisite exam. Intended for SQL Server database administrators, system engineers, and developers with two or more years of experience writing Transact-SQL queries. Exam 70-762 was also required to earn MCSA: SQL 2016 Database Development.

Requirements evolve, so confirm the current conditions before registering.

Yes. ActualPDF provides a free download demo of the Microsoft Querying Data with Transact-SQL material, so you can check the content before choosing a version. After purchase, a one-year warranty covers you: the latest version is sent to you as it releases, free for 365 days, and after expiry you can extend the update service at a 50% discount.

Your purchase is covered by a 100% money-back guarantee with clear conditions. Take the Microsoft Querying Data with Transact-SQL exam within 60 days of purchase; if you fail, provide your unqualified result by submitting a scanned enrollment slip and the official Score Report PDF within 2 days of the exam, and the full refund is processed within 7 days. The exam must match your product, candidate and payer names must match, and attempts within 3 days of purchase, unused downloads, free materials, and expired orders are not covered. Alternatively, exchange for two other exam products of equal value, free, or wait for updates while keeping your original product's update service.

Delivery is instant: files unlock for download at payment and are emailed within one minute. If nothing arrives within 2 hours, check spam and contact customer service, which works 7/24 and normally replies within two hours. Installation is unlimited across your computers.

The Microsoft Querying Data with Transact-SQL syllabus spans 3 domains, led by Manage data with Transact-SQL (40-45%), Query data with advanced Transact-SQL components (30-35%), and Program databases by using Transact-SQL (25-30%). The complete topic list is published above; candidates who study the map first rarely get lost later.

Microsoft Querying Data with Transact-SQL Sample Questions:

Question 1

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a database that contains several connected tables. The tables contain sales data for customers in the United States only.
You need to create a query that generates sample data for a sales table in the database. The query must include every product in the inventory for each customer.
Which statement clause should you use?

A. CROSS JOIN
B. GROUP BY
C. PIVOT
D. LEFT JOIN
E. MERGE
F. GROUP BY ROLLUP
G. GROUP BY CUBE
H. UNPIVOT


Question 2

You are a database administrator for an online retail store. You create a table to track orders by running the following Transact-SQL statement:

You need to create a report that includes the following information:
* Total sales for each year
* Total sales for each category
* Total sales for each category per year
How should you complete the Transact-SQL statement? To answer, drag the appropriate Transact-SQL segment to the correct locations. Each Transact-SQL segment may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.


Question 3

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a database that contains tables named Customer_CRMSystem and Customer_HRSystem. Both tables use the following structure:

The tables include the following records:
Customer_CRMSystem

Customer_HRSystem

Records that contain null values for CustomerCode can be uniquely identified by CustomerName.
You need to display customers who appear in both tables and have a proper CustomerCode.
Which Transact-SQL statement should you run?

A. Option C
B. Option E
C. Option B
D. Option A
E. Option D


Question 4

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section. You will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a table named Products that stores information about products your company sells. The table has a column named ListPrice that stores retail pricing information for products.
Some products are used only internally by the company. Records for these products are maintained in the Products table for inventory purposes. The price for each of these products is $0.00. Customers are not permitted to order these products.
You need to increase the list price for products that cost less than $100 by 10 percent. You must only increase pricing for products that customers are permitted to order.
Solution: You run the following Transact-SQL statement:

Does the solution meet the goal?

A. No
B. Yes


Question 5

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You create a table by running the following Transact-SQL statement:

You need to return normalized data for all customers that were added in the year 2014.
Which Transact-SQL statement should you run?

A. Option H
B. Option G
C. Option C
D. Option E
E. Option B
F. Option A
G. Option D
H. Option F


Solutions:

Question 1
Answer: F
Question 2
Answer: Only visible for members
Question 3
Answer: D
Question 4
Answer: A
Question 5
Answer: B

What Clients Say About Us

I passed even with very high scores.

Tyrone Tyrone       4 star  

I used your 070-761 dump to prepare for my 070-761 exam and passed the exam with a good score! Your study materials helped me a lot. Thanks!

Jo Jo       4.5 star  

I was not thinking I will get 90% marks with the use of this 070-761 dump. Thank you so much!

Simon Simon       4.5 star  

I felt especially pleased with ActualPDF braindump. I tried ActualPDF for the 070-761 examination and I could not believe it when I got very good score on this exam. This is a great exam dump.

Dylan Dylan       4.5 star  

I read all ActualPDF 070-761 real exam questions and found all questions are in them.

Les Les       5 star  

When I got the result in mail, I exclaimed in surprise and everyone in the office started looking at me like I was some sort of freak. I don't mind all that because I have passed the Microsoft 070-761 Exam

Freda Freda       5 star  

I passed 070-761 exam with your material,this is the second time used yours.

Meroy Meroy       4 star  

I suggest everyone buy the ActualPDF pdf bundle with practise exam. It further increases your chances of scoring well in the exam. I passed the Microsoft 070-761 exam with 94% marks today.

Jeffrey Jeffrey       4 star  

Glad to find ActualPDF provided me the latest 070-761 dump, finally pass the 070-761 exam, really helped me in time. Thanks!

Darren Darren       4.5 star  

A unique experience! Did it with grace!
Easy and Unique Dumps

Iris Iris       4.5 star  

I took your course for just couple of weeks and pass my 070-761 with distinction.

Lester Lester       5 star  

Thank you for your 070-761 dump efforts.

Christ Christ       4.5 star  

I found your 070-761 material to be a good value. I passed the 070-761 with it. ActualPDF exam material is the most important material which you need to have prepared for your exam.

Viola Viola       5 star  

Real questions!
All great.
So great material from you.

Pandora Pandora       4 star  

After a quick and effective preparation with ActualPDF’s 070-761 exam dumps, i passed the exam.

Ina Ina       4.5 star  

All the 070-761 questions and answer are correct this time.

Valerie Valerie       5 star  

LEAVE A REPLY

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

Quality and Value

ActualPDF 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 Approved

We 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 Pass

If you prepare for the exams using our PassReview 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 Buy

ActualPDF 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.

Our Clients