Q1
True / FalseIn RDBMS Concepts - Structured VS Unstructured, structured data is organized in tables with rows and columns. True or False?
Structured data is organized in tables with rows and columns, which is a characteristic of relational databases.
Q2
True / FalseUnstructured data is typically stored in a fixed schema format. True or False?
Unstructured data does not follow a fixed schema format, which is a key difference from structured data.
Q3
True / FalseSemi-structured data includes formats like JSON and XML. True or False?
JSON and XML are examples of semi-structured data, which have some organizational properties but do not follow a strict schema.
Q4
True / FalseUnstructured data is easier to query using traditional SQL techniques. True or False?
Unstructured data is not easily queried using traditional SQL techniques, as it lacks a predefined schema.
Q5
True / FalseRDBMS Concepts - Structured VS Unstructured typically use indexing to handle semi-structured data. True or False?
Indexing is used to handle structured data, whereas semi-structured data often requires different approaches such as JSON functions or XML support.
Q6
True / FalseIn RDBMS Concepts - Structured VS Unstructured, SQL databases are best suited for handling unstructured data. True or False?
SQL databases are best suited for structured data. NoSQL databases are more suitable for handling unstructured data.
Q7
True / FalseNoSQL databases are designed to handle unstructured data more effectively than SQL databases. True or False?
NoSQL databases are better suited for handling unstructured data due to their flexibility and scalability.
Q8
True / FalseStructured data requires a predefined schema to define its structure. True or False?
Structured data requires a predefined schema to ensure data is organized and consistent.
Q9
True / FalseSemi-structured data, such as JSON, follows a strict schema. True or False?
Semi-structured data does not follow a strict schema but has some organizational properties.
Q10
True / FalseRDBMS Concepts - Structured VS Unstructured use of SQL is ideal for unstructured data. True or False?
SQL is ideal for structured data, not unstructured data. Unstructured data often requires different querying techniques.
Q11
True / FalseUnstructured data can be effectively queried using relational databases. True or False?
Unstructured data is not effectively queried using relational databases due to its lack of a predefined schema.
Q12
True / FalseSQL Server's FILESTREAM feature is useful for managing unstructured data. True or False?
SQL Server's FILESTREAM feature is designed to manage unstructured data like documents and media files.
Q13
True / FalseIn RDBMS Concepts - Structured VS Unstructured, structured data typically includes formats like JSON and XML. True or False?
Structured data is organized in a predefined schema, whereas JSON and XML are examples of semi-structured data.
Q14
True / FalseSemi-structured data is flexible in format but has some organizational properties. True or False?
Semi-structured data is flexible in format but retains some level of organization, unlike purely unstructured data.
Q15
True / FalseStructured data is typically stored in formats like JSON and XML. True or False?
Structured data is stored in relational database tables, whereas JSON and XML are used for semi-structured data.