MCSA: SQL 2016 Database Development - Skills Measured: Exam 70-761: Querying Data With Transact-SQL
MCSA: SQL 2016 Database Development - Skills Measured: Exam 70-761: Querying Data With Transact-SQL
Measured
NOTE: The bullets that appear below each of the skills measured are intended to illustrate how
we are assessing that skill. This list is not definitive or exhaustive.
NOTE: In most cases, exams do NOT cover preview features, and some features will only be
added to an exam when they are GA (General Availability).
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
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
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
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
identify basic components of table expressions, define usage differences between table
expressions and temporary tables, construct recursive table expressions to meet business
requirements
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 historic data by using temporal tables, query and output JSON data, query and
output XML data
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
design tables and schemas based on business requirements, improve the design of
tables by using normalization, write table create statements, determine the most efficient
data types to use
design new indexes based on provided tables, queries, or plans; distinguish between
indexed columns and included columns; implement clustered index columns by using
best practices; recommend new indexes based on query plans
design a view structure to select data based on user or business requirements, identify
the steps necessary to design an updateable view, implement partitioned views,
implement indexed views
determine use cases that support the use of columnstore indexes, identify proper usage
of clustered and non-clustered columnstore indexes, design standard non-clustered
indexes in conjunction with clustered columnstore indexes, implement columnstore
index maintenance
define table and foreign key constraints to enforce business rules, write Transact-SQL
statements to add constraints to tables, identify results of Data Manipulation Language
(DML) statements given existing tables and constraints, identify proper usage of
PRIMARY KEY constraints
design trigger logic based on business requirements; determine when to use Data
Manipulation Language (DML) triggers, Data Definition Language (DDL) triggers, or
logon triggers; recognize results based on execution of AFTER or INSTEAD OF triggers;
design scalar-valued and table-valued user-defined functions based on business
requirements; identify differences between deterministic and non-deterministic functions
Implement transactions
troubleshoot locking issues, identify lock escalation behaviors, capture and analyze
deadlock graphs, identify ways to remediate deadlocks
determine the accuracy of statistics and the associated impact to query plans and
performance, design statistics maintenance tasks, use dynamic management objects to
review current index usage and identify missing indexes, consolidate overlapping indexes
capture query plans using extended events and traces, identify poorly performing query
plan operators, create efficient query plans using Query Store, compare estimated and
actual query plans and related metadata, configure Azure SQL Database Performance
Insight
manage database workload in SQL Server; design and implement Elastic Scale for Azure
SQL Database; select an appropriate service tier or edition; optimize database file and
tempdb configuration; optimize memory configuration; monitor and diagnose
scheduling and wait statistics using dynamic management objects; troubleshoot and
analyze storage, IO, and cache issues; monitor Azure SQL Database query plans
monitor operating system and SQL Server performance metrics; compare baseline
metrics to observed metrics while troubleshooting performance issues; identify
differences between performance monitoring and logging tools, such as perfmon and
dynamic management objects; monitor Azure SQL Database performance; determine
best practice use cases for extended events; distinguish between Extended Events
targets; compare the impact of Extended Events and SQL Trace; define differences
between Extended Events Packages, Targets, Actions, and Sessions