Variables defined with let are?
Block-scoped
Which command is used to perform unit tests in Angular?
ng test
What’s the role of a controller in MVC?
It controls interactions between Model and View
What do we call Angular pipes that return the same output for same input?
Pure pipes
Directive used instead of href in Angular 2 routing?
routerLink
Directive that displays views for a route?
routerOutlet
What contains route info for a component in an outlet?
ActivatedRoute
What allows values to be passed in URLs to components?
Route parameters
Default tooltip position?
Bottom
Azure SQL is best for apps that need…?
Elastic scale
Clause to rename a column in output?
AS
What does [] wildcard do?
Matches single character in specified range
Aggregate functions ignore NULLs except with…?
COUNT(*)
Keyword to create view using multiple tables?
JOIN
What’s it called when one procedure calls another?
Nested Procedure
Smallest unit of data storage?
Data Page
What is each page in a B-tree index called?
Leaf Node
Trigger type that runs on CREATE, ALTER, DROP?
DDL Trigger
Which trigger uses Inserted and Deleted tables on update?
UPDATE Trigger
What is used for conditional logic in Transact-SQL?
Control-of-flow statements
Which data types can’t be used in SELECT list subqueries?
ntext, text, image
Function to convert JSON to rows and columns?
OPENJSON rowset
Advantages of Stretch Database?
Historical data migration, cost-effective storage
What is Polybase used for?
Combining relational and non-relational data