Last Updated: Sep 23, 2026
No. of Questions: 205 Questions & Answers with Testing Engine
Download Limit: Unlimited
Our SurePassExams 70-761日本語 Exam Preparation materials are famous for its high pass-rate. Actual studying content will help you pass exam for sure. Also different study methods will give you different choices and different preparing experience. 70-761日本語 exam torrent files can help you prepare easily and get doubt result with half effort. Our Soft test engine and Online test engine will provide you simulation function so that you can have a good mood after studying deeply.
SurePassExams has an unprecedented 99.6% first time pass rate among our customers.
We're so confident of our products that we provide no hassle product exchange.
A purchase should never add new worries to your life. SurePassExams processes payments for the 70-761日本語 exam materials through an established, secure payment platform, and your personal information is never leaked or shared. The only thing the Microsoft Querying Data with Transact-SQL (70-761日本語版) package is designed to give you is preparation — not trouble.
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Querying Data with Transact-SQL |
| Exam Number: | 70-761 |
| Certificate Validity Period: | MCSA certification valid for 2 years; exam retired since January 2021 |
| Related Certifications: | MCSA: SQL 2016 BI Development MCSA: SQL 2016 Database Development 70-762 |
| Exam Price: | $165 USD |
| Exam Format: | Active screen, Short answer, Multiple response, Code completion, Multiple choice, Drag and drop, Build list, Hot area |
| Passing Score: | 700 / 1000 |
| Real Exam Qty: | 40–60 |
| Available Languages: | Russian, Simplified Chinese, Traditional Chinese, Brazilian Portuguese, German, French, Japanese, English |
| Exam Duration: | 90–180 |
| Recommended Training: | Exam Ref 70-761 Querying Data with Transact-SQL Course 20761: Querying Data with Transact-SQL |
| Exam Registration: | Pearson VUE (archived) Microsoft Exam Page |
| Sample Questions: | DOWNLOAD DEMO |
| Exam Way: | Retired; previously delivered via Pearson VUE test centers or online proctored |
| Pre Condition: | No formal prerequisites; recommended 1–2 years experience writing Transact-SQL queries; required with 70-762 for MCSA: SQL 2016 |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/certifications/exams/70-761 |
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Program databases by using Transact-SQL | 20–25% | - Implement programming objects
|
| Topic 2: Query data with advanced Transact-SQL components | 30–35% | - Use subqueries and table expressions
|
| Topic 3: Manage data with Transact-SQL | 40–45% | - Modify data
|
The 70-761日本語 exam consists of 40–60 questions to be answered within 90–180 minutes. Timed practice under the same constraints is the standard way to make that pace feel comfortable rather than rushed.
The official training options for 70-761日本語 exam candidates include:
Official courses cover the theory; self-paced practice questions cover the application. Together they make a complete preparation loop.
No formal prerequisites; recommended 1–2 years experience writing Transact-SQL queries; required with 70-762 for MCSA: SQL 2016
The official outline organizes the 70-761日本語 exam into weighted domains such as:
The Microsoft Querying Data with Transact-SQL (70-761日本語版) practice questions at SurePassExams follow this same objective map, so every hour of review lands on exam-relevant ground.
The 70-761日本語 exam is the official assessment for the Microsoft Querying Data with Transact-SQL (70-761日本語版) certification from Microsoft. It verifies that you can apply the published exam objectives to practical scenarios, and the resulting credential showcases your capacity in a way employers immediately recognize — a concrete step in any all-round self-improvement plan.
Twenty-four-hour online service, with real people behind it. Once you have purchased the 70-761日本語 exam materials, our staff shoulders the responsibility of answering your questions patiently and immediately — whether it is a download issue, a question about the content, or help understanding the refund policy. Good materials matter, but so does never being stuck alone with them.
You need 700 / 1000 to pass the 70-761日本語 exam, and the fee is $165 USD per attempt. Solid preparation before booking is the most cost-effective strategy — practice until your timed scores sit consistently above the passing mark.
Yes, by design. Payments for the Microsoft Querying Data with Transact-SQL (70-761日本語版) materials go through an established, secure payment platform, so your card data is protected by the gateway itself. Your personal information — email, address, purchase details — is never leaked or shared with third parties. And if anything does go wrong, the twenty-four-hour support team is there to set it right. A purchase should bring you study materials, not new troubles.
You can register through the official channels below:
Once your practice results are consistent, choose a date and let the deadline sharpen your final review.
あなたは火山周辺の地震活動を監視する組織のために働いています。 GroundSensorsという名前のテーブルがあります。 このテーブルには、地震センサーから収集されたデータが格納されていました。 次の表に示す列が含まれています。
データベースには、センサーに最も近い山の名前を返すNearestMountainという名前のスカラー値関数も含まれています。
各山のセンサーからの正規化された測定値の平均を示すクエリを作成する必要があります。 照会は以下の要件を満たす必要があります。
- 平均正規化測定値と最も近い山の名前を含めます。
- 正規化された読み取り値が存在しないセンサーを除外します。
- 振戦のためにゼロの値でそれらのセンサーを除外してください。
以下のガイドラインを使用してクエリを構築します。
- テーブル、列、および関数を参照するために1つの部品名を使用してください。
- 必要な場合以外は括弧を使用しないでください。
- 列名および表名に別名を使用しないでください。
- オブジェクト名を角括弧で囲まないでください。
正しいTransact-SQLの一部は、以下の回答領域にあります。 問題を解決し、記載されている目標または要件を満たすコードを回答領域に入力します。 提供されているコード内およびその下にコードを追加できます。
1. SELECT
2. FROM Sales.Products AS P
あなたの仕事を確かめるためにCheck Syntaxボタンを使ってください。 構文エラーやスペルミスは、行と文字の位置によって報告されます。 構文は必要に応じて何度でも確認できます。
Correct Answer:
See explanation below
Explanation
1. SELECT avg(P.ProductPrice) AS Average, min(P.ProductsInStock) AS LowestNumber, max(P.ProductPrice) AS HighestPrice
2. FROM Sales.Products AS P
Make the additions to line 1.
References: https://www.mssqltips.com/sqlservertip/4424/max-min-and-avg-sql-server-functions/
注:この質問は、同じシナリオを使用する一連の質問の一部です。 あなたの便宜のために、シナリオは各質問で繰り返されます。 各質問は異なる目標と答えの選択を提示しますが、シナリオのテキストはこのシリーズの各質問でまったく同じです。
2つのテーブルを含むデータベースを照会します。プロジェクトとタスクです。 プロジェクトテーブルには、次の列があります。

タスクレベルは以下の規則を使用して定義されます。
階層内の各タスクのタスクレベルを決定する必要があります。
ソリューションを開発するためにどの5つのTransact-SQLセグメントを使用する必要がありますか? 回答するには、適切なTransact-SQLセグメントをTransact-SQLセグメントのリストから回答領域に移動して正しい順序で配置します。
Correct Answer:

Explanation
Box 1: SELECT CAST (NULL AS INT) AS ParentTaskID, etc.
This statement selects all tasks with task level 0.
The ParentTaskID could be null so we should use CAST (NULL AS INT) AS ParentTaskID.
Box 2: UNION
We should use UNION and not UNION ALL as we do not went duplicate rows.
UNION specifies that multiple result sets are to be combined and returned as a single result set.
Incorrect: Not UNION ALL: ALL incorporates all rows into the results. This includes duplicates. If not specified, duplicate rows are removed.
Box 3, Box 4, Box 5:
These statements select all tasks with task level >0.
References:
https://msdn.microsoft.com/en-us/library/ms180026.aspx
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、記載された目標を達成できる独自の解決策が含まれています。 いくつかの質問セットには1つ以上の正しい解決策があるかもしれないが、他の質問セットには正しい解決策がないかもしれない。
このセクションの質問に答えた後。 あなたはそれに戻ることはできません。 その結果、これらの質問はレビュー画面に表示されません。
tblVehicleRegistrationという名前の単一のテーブルを含むデータベースがあります。 表は次のように定義されています。
次のクエリを実行します。
クエリの出力ウィンドウに次のエラーメッセージが表示されます。 "varchar値 'AB012'をデータ型intに変換するときに変換に失敗しました。 エラーを解決する必要があります。
解決方法:Transact-SQLステートメントを次のように変更します。
解決策は目標を達成していますか?
Correct Answer: A 🗳️
注:この質問は、同じシナリオを提示する一連の質問の一部です。 連載の各質問には、記載されている目標を達成できる可能性のある固有の解決策が含まれています。 他の人が正しい解決策を持っていないかもしれない間、いくつかの質問セットは複数の正しい解決策を持っているかもしれません。
このセクションで質問に答えた後。 あなたはそれに戻ることはできません。 その結果、これらの質問はレビュー画面に表示されません。
あなたは北米の顧客の注文と配達を追跡するデータベースを持っています。 データベースには、以下のテーブルが含まれています。
Sales.Customers
Application.Cities
Sales.CustomerCategories
あなたの会社は、配達場所間の距離に基づいて顧客を互いに結び付ける新しいソーシャルアプリケーションを開発しています。
最寄りの顧客を返すクエリを書く必要があります。
解決方法:次のTransact-SQLステートメントを実行します。
SELECT TOP 1 B.CustomerID, A.DeliveryLocation.STDistance(B.DeliveryLocation) AS Dist FROM Sales.Customers AS A CROSS JOIN Sales.Customers AS B WHERE A.CustomerID = @custID AND A.CustomerID <> B.CustomerID ORDER BY Dist The variable @custID is set to a valid customer.
解決策は目標を満たしていますか?
Correct Answer: A 🗳️
注:この質問は、同じシナリオを提示する一連の質問の一部です。 シリーズの各質問には、上記の目標を達成できる独自の解決策が含まれています。 いくつかの質問セットには1つ以上の正しい解決策があるかもしれないが、他の質問セットには正しい解決策がないかもしれない。
このセクションの質問に答えた後。 あなたはそれに戻ることはできません。 その結果、これらの質問はレビュー画面に表示されません。
あなたは、あなたの会社が販売している製品に関する情報を格納するProductsという名前のテーブルを持っています。テーブルには、製品の小売価格情報を格納するListPriceという名前の列があります。
一部の製品は、社内でのみ使用されます。これらの製品の記録は、目録の目的で製品表に保持されます。これらの製品の価格はそれぞれ$ 0.00です。 お客様はこれらの製品を注文することはできません。
$ 100よりも10%安い製品の定価を引き上げる必要があります。顧客が発注できる製品の価格を引き上げるだけで済みます。
解決策:次のTransact-SQLステートメントを実行します:
解決策は目標を達成していますか?
Correct Answer: A 🗳️
Explanation: Only visible for SurePassExams members. You can sign-up / login (it's free).
Over 58866+ Satisfied Customers

Berger
Christian
Edison
Hale
Jonas
Marshall
SurePassExams is the world's largest certification preparation company with 99.6% Pass Rate History from 58866+ Satisfied Customers in 148 Countries.