{"id":17110,"date":"2026-09-21T06:32:16","date_gmt":"2026-09-21T06:32:16","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=17110"},"modified":"2026-09-21T06:32:16","modified_gmt":"2026-09-21T06:32:16","slug":"microsoft-dp-900-practice-test-questions-and-exam-dumps-part3-q41-60","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-dp-900-practice-test-questions-and-exam-dumps-part3-q41-60\/","title":{"rendered":"Microsoft DP-900 Practice Test Questions and Exam Dumps Part3 Q41-60"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/dp-900-exam-dumps\"><b>Microsoft DP-900 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 41<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database based on PostgreSQL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for PostgreSQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Table Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Database for PostgreSQL is a managed relational database service based on the PostgreSQL database engine. It allows organizations to run PostgreSQL workloads in Azure without managing the underlying database infrastructure themselves. PostgreSQL supports structured relational data, SQL queries, indexes, relationships, and other database capabilities. Microsoft manages many infrastructure-level responsibilities, allowing teams to focus on application development and database design. This service is appropriate when an application requires PostgreSQL compatibility. It differs from Azure Cosmos DB, which is primarily designed for globally distributed NoSQL workloads.<\/span><\/p>\n<h3><b>Question 42<\/b><\/h3>\n<p><b>Which concept describes data stored in a format such as JSON where fields can vary between records?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semi-structured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fully structured data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational-only data<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Binary-only data<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Semi-structured data contains organizational elements but does not require every record to follow an identical fixed schema. JSON is a common example because documents can contain different fields, nested objects, and arrays. This flexibility is useful for applications where the data structure may evolve or where different records require different attributes. Semi-structured data is common in web APIs, application logs, and NoSQL workloads. Understanding this category helps when selecting data services because rigid relational tables may not always be the best fit for flexible or nested information.<\/span><\/p>\n<h3><b>Question 43<\/b><\/h3>\n<p><b>Which Azure service is optimized for storing large amounts of unstructured object data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Blob Storage is an object-storage service designed for large volumes of unstructured data. Examples include images, videos, documents, backups, application logs, and other files. It provides scalable storage and supports different access tiers that can be selected according to data-access frequency. Blob Storage is commonly used when applications need to store and retrieve objects rather than query relational rows and columns. Azure Files provides file shares, while Queue Storage is intended for messages. Selecting the correct service depends on the type of data and how applications need to access it.<\/span><\/p>\n<h3><b>Question 44<\/b><\/h3>\n<p><b>Which database model represents information using nodes and relationships?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Graph<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key-value<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A graph database represents data using nodes and relationships between those nodes. Nodes can represent entities such as people, products, locations, or accounts, while relationships can represent connections such as friendships, purchases, or routes. This model is especially useful when applications need to analyze complex relationships or traverse connections between entities. Common use cases include recommendation systems, fraud detection, social networks, and network analysis. Although relational databases can represent relationships using tables and keys, graph databases provide a model specifically designed around connected data and relationship-oriented queries.<\/span><\/p>\n<h3><b>Question 45<\/b><\/h3>\n<p><b>What is the main purpose of a foreign key?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To uniquely identify every row in the same table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To encrypt database records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To establish a relationship between tables<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">To improve network bandwidth<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A foreign key establishes a relationship between tables in a relational database. It usually contains a value that references the primary key of another table. For example, an Orders table can contain CustomerID as a foreign key that references CustomerID in the Customers table. This allows the database to associate orders with their corresponding customers. Foreign keys also help enforce referential integrity, preventing invalid references between related records. They are an important part of relational database design because they allow data to be organized into separate tables while maintaining logical relationships between entities.<\/span><\/p>\n<h3><b>Question 46<\/b><\/h3>\n<p><b>Which Azure service is designed to support globally distributed NoSQL applications?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for MySQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Cosmos DB is a globally distributed database service designed for NoSQL workloads. It provides capabilities such as global distribution, elastic scalability, and low-latency access. Cosmos DB supports different APIs and data models, making it suitable for a variety of modern application scenarios. It is commonly considered when applications need to serve users in multiple geographic regions and maintain responsive data access. Unlike Azure SQL Database, which is a relational database service, Cosmos DB is designed around distributed NoSQL workloads and flexible data models.<\/span><\/p>\n<h3><b>Question 47<\/b><\/h3>\n<p><b>Which SQL operation is used to retrieve data from a relational database?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The SELECT statement is used to retrieve data from relational database tables. It can return specific columns, filter rows using conditions, sort results, aggregate values, and combine information from multiple tables through joins. For example, a SELECT query can retrieve all customers from a specific city or calculate the total sales for a particular product. INSERT adds new records, UPDATE modifies existing records, and DELETE removes records. Understanding basic SQL operations is an important part of database fundamentals because SQL is the primary language used to interact with many relational database systems.<\/span><\/p>\n<h3><b>Question 48<\/b><\/h3>\n<p><b>Which Azure service provides managed file shares that can be accessed by applications and users?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Table Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Files provides managed file shares in Azure. It is designed for workloads that need a shared file-system-like storage model rather than object storage. Applications and users can access Azure file shares through supported protocols, making the service useful for migrating traditional file servers or sharing files between application components. Azure Blob Storage is better suited for object-based data, while Queue Storage is intended for messages. Azure Files can therefore be selected when an application expects a file share with directories and files rather than a database table or object container.<\/span><\/p>\n<h3><b>Question 49<\/b><\/h3>\n<p><b>Which Azure service is intended for large-scale analytics and data warehousing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Synapse Analytics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Synapse Analytics is designed for large-scale analytical workloads and data warehousing. It provides capabilities for querying and analyzing significant amounts of data and can integrate with multiple data sources. Data warehouses are typically optimized for analytical queries that aggregate and process large datasets for reporting and business intelligence. This differs from operational relational databases, which commonly handle frequent transactions and updates. Organizations can use Synapse to consolidate and analyze data from different systems, supporting analytical insights and reporting requirements.<\/span><\/p>\n<h3><b>Question 50<\/b><\/h3>\n<p><b>Which characteristic is associated with structured data?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It has no defined format<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It is organized according to a predefined schema<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It must always be stored as video<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It cannot be queried<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Structured data is organized according to a predefined schema. Relational databases are a common example, where information is stored in tables with defined columns and data types. Each row represents a record and each column represents an attribute. Structured data is generally straightforward to query using SQL because the database knows how information is organized. Examples include customer records, inventory data, employee records, and financial transactions. Structured data differs from unstructured data such as images or videos and from semi-structured data such as flexible JSON documents.<\/span><\/p>\n<h3><b>Question 51<\/b><\/h3>\n<p><b>Which database concept helps prevent duplicate values from being used as row identifiers?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Primary key<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Queue<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">View<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A primary key is used to uniquely identify each row in a relational database table. Because each primary-key value must be unique, it prevents multiple rows from using the same identifier. For example, a CustomerID column can serve as the primary key in a Customers table. Primary keys are also important when creating relationships because foreign keys in other tables can reference them. A well-designed primary key supports data integrity and makes it easier for applications and queries to identify individual records reliably.<\/span><\/p>\n<h3><b>Question 52<\/b><\/h3>\n<p><b>Which Azure storage service is best suited for storing messages that can be processed asynchronously?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Queue Storage provides a simple mechanism for storing messages that can be processed asynchronously. One application component can place a message into a queue, while another component retrieves and processes it later. This can help decouple components and handle workloads that arrive at different rates. Queue-based designs are useful for background processing, workload buffering, and scalable applications. Queue Storage is different from Blob Storage, which stores objects, and Azure Files, which provides shared file storage. Selecting Queue Storage is appropriate when the primary requirement is message-based communication rather than persistent relational or object data.<\/span><\/p>\n<h3><b>Question 53<\/b><\/h3>\n<p><b>Which type of database is optimized for storing data as key-value pairs?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Graph<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key-value<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Document<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A key-value database stores information as pairs consisting of a unique key and an associated value. The model is simple and can provide fast access when applications know the key of the required item. Common scenarios include caching, session information, configuration data, and other workloads where direct key-based retrieval is important. Key-value databases generally do not require complex relationships between records. This makes them different from relational databases, which use tables and structured relationships, and graph databases, which focus on connections between entities.<\/span><\/p>\n<h3><b>Question 54<\/b><\/h3>\n<p><b>Which SQL statement is used to add a new row to a relational table?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">DELETE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The INSERT statement is used to add new records to a relational database table. An INSERT operation can specify the columns and corresponding values that should be stored in a new row. For example, an application might use INSERT to add a new customer or product record. SELECT retrieves existing information, UPDATE modifies existing records, and DELETE removes records. Understanding these basic SQL operations is essential for working with relational databases. The exact syntax can vary slightly between database platforms, but the fundamental purpose of INSERT remains the same.<\/span><\/p>\n<h3><b>Question 55<\/b><\/h3>\n<p><b>Which Azure service provides a managed relational database based on MySQL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Database for MySQL<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Synapse Analytics<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Database for MySQL is a managed relational database service based on the MySQL database engine. It allows applications to use MySQL capabilities without requiring organizations to manage the underlying database infrastructure themselves. MySQL supports relational tables, SQL queries, indexes, and relationships between data entities. The managed service reduces infrastructure administration and allows teams to focus on application development and database workloads. It is different from Azure Cosmos DB, which is primarily intended for globally distributed NoSQL scenarios, and Azure Blob Storage, which is designed for object-based data.<\/span><\/p>\n<h3><b>Question 56<\/b><\/h3>\n<p><b>What is a major benefit of database normalization?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It eliminates all indexes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It reduces unnecessary data duplication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It converts all data into JSON<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It removes the need for primary keys<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Database normalization helps organize relational data to reduce unnecessary duplication and improve consistency. Information is divided into related tables, with relationships maintained through keys. For example, customer details can be stored once in a Customers table and referenced from an Orders table instead of repeating the same customer information in every order. Normalization can reduce update anomalies and make data maintenance easier. However, highly normalized designs can sometimes require more joins, and some analytical workloads may intentionally use denormalization for performance. The appropriate design depends on workload requirements.<\/span><\/p>\n<h3><b>Question 57<\/b><\/h3>\n<p><b>Which Azure service is commonly used for globally distributed applications that require low-latency NoSQL access?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Cosmos DB is designed for globally distributed applications that require scalable and responsive NoSQL data access. It can replicate data across geographic regions and provide low-latency access for users in different locations. Cosmos DB supports multiple APIs and data models, making it suitable for modern distributed applications. Typical scenarios include globally available applications, IoT workloads, personalization systems, and other applications that need flexible data structures and scalable throughput. Its global-distribution capabilities distinguish it from more traditional single-region relational database scenarios.<\/span><\/p>\n<h3><b>Question 58<\/b><\/h3>\n<p><b>Which SQL statement modifies existing records in a relational database?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UPDATE<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">INSERT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SELECT<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CREATE<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The UPDATE statement is used to modify existing records in a relational database. It can change the values of one or more columns for rows that match a specified condition. For example, an application can use UPDATE to change a customer&#8217;s address or modify a product&#8217;s price. A WHERE clause is commonly used to control which rows are modified. Without an appropriate condition, an UPDATE statement may affect many or all records. INSERT adds new rows, SELECT retrieves data, and CREATE is used to define database objects such as tables.<\/span><\/p>\n<h3><b>Question 59<\/b><\/h3>\n<p><b>Which data type is commonly considered unstructured?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Relational table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Customer record<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Video file<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SQL result set<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A video file is an example of unstructured data because it does not naturally conform to a fixed relational schema of rows and columns. Other examples include images, audio files, documents, and free-form text. Unstructured data is commonly stored using object-storage technologies such as Azure Blob Storage. Structured data, by contrast, follows a predefined schema and is commonly stored in relational tables. Semi-structured data, such as JSON, falls between the two because it contains organizational elements but can have a flexible schema. Identifying the data type helps determine the appropriate storage technology.<\/span><\/p>\n<h3><b>Question 60<\/b><\/h3>\n<p><b>Which Azure service is most appropriate for a workload that requires SQL Server-compatible relational database functionality without managing the underlying server?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Blob Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cosmos DB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure SQL Database<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure SQL Database provides SQL Server-compatible relational database functionality as a managed Azure service. Microsoft manages many infrastructure responsibilities, including underlying hardware and platform maintenance, allowing organizations to focus on the database workload itself. Azure SQL Database supports relational tables, SQL queries, indexes, relationships, and other database features. It is appropriate for applications that need structured relational data while avoiding the operational burden of maintaining a database server. Azure Blob Storage and Queue Storage address different storage requirements, while Cosmos DB is primarily designed for distributed NoSQL workloads.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft DP-900 Exam Dumps and Practice Test Dumps. &nbsp; Question 41 Which Azure service provides a managed relational database based on PostgreSQL? Azure Cosmos DB Azure Database for PostgreSQL Azure Blob Storage Azure Table Storage Correct Answer: 2 Explanation Azure Database for PostgreSQL is a managed relational database service based on the PostgreSQL [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17110"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=17110"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17110\/revisions"}],"predecessor-version":[{"id":17111,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/17110\/revisions\/17111"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=17110"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=17110"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=17110"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}