
Microsoft Certified Azure Data Fundamentals (DP-900) Exam Guide
By :

Code in text
: Indicates code words in the text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and X (formerly known as Twitter) handles are shown as follows: “The elements are enclosed within <element>
and </element>
tags and are hierarchical; an element can contain other elements, attributes, or text.”
A block of code is set as follows:
SELECT * FROM Employees WHERE Department = 'Engineering'; SELECT ProductID, Name, Price FROM Product ORDER BY Price ASC;
Bold: Indicates a new term or an important word and abbreviations. Here is an example: “Data can be retrieved from across tables with Structured Query Language (SQL) statements; in brief, SQL is a standardized programming language used for managing and manipulating relational databases.”
Tips or important notes
Appear like this.