Online Access Free 70-761 Practice Test
| Exam Code: | 70-761 |
| Exam Name: | Querying Data with Transact-SQL |
| Certification Provider: | Microsoft |
| Free Question Number: | 205 |
| Posted: | Oct 20, 2025 |
You need to create a table named Sales that meets the following requirements:
Which Transact-SQL statement should you run?
You have the following Transact-SQL query:
What type of functions are used in the query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
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 distinct customers that appear in both tables.
Which Transact-SQL statement should you run?

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 to that question.
You have a database for a banking system. The database has two tables named tblDepositAcct and tblLoanAcct that store deposit and loan accounts, respectively. Both tables contain the following columns:
You need to determine the total number of deposit and loan accounts.
Which Transact-SQL statement should you run?


