A) A key used for encryption of data. B) A key that is not indexed. C) A key that allows access to all records in a table. D) A unique identifier for each record in a table.
A) Simple Query Language for non-relational databases. B) Structured Query Logic for manipulating files. C) Syntax Query Language for text documents. D) Structured Query Language used to manage and query relational databases.
A) Automated Computation and Integration Delivery. B) Access Control In Database. C) Atomicity, Consistency, Isolation, Durability. D) All Columns Indexed Directly.
A) Elasticsearch B) MongoDB C) MySQL D) Redis
A) A virtual table that presents data from one or more tables based on a query. B) An index created on a column for faster retrieval. C) A data type used for storing images. D) A table with no records.
A) FILTER B) SORT C) SELECT D) GROUP
A) A database index for quick data retrieval. B) A table containing data records. C) A set of rules for defining relationships. D) A collection of metadata that describes the data and structure of the database.
A) LEFT JOIN B) OUTER JOIN C) RIGHT JOIN D) INNER JOIN
A) A query that selects a random subset of data. B) A query nested within another query. C) A query that retrieves data from multiple tables. D) A query that returns all records in a table.
A) MAXIMUM B) FIRST C) MAX D) TOP
A) UPDATE B) INSERT C) MERGE D) ADD
A) A process of creating new records in a table. B) A method for filtering data. C) A method to combine rows from two or more tables based on a related column. D) An operation to pivot table data.
A) To define relationships between tables. B) To combine multiple tables into one. C) To encrypt sensitive data in the database. D) To improve the speed of data retrieval operations.
A) A key that is stored in multiple tables. B) A key that consists of multiple columns to uniquely identify a record. C) A primary key for composite data types. D) A key that is not indexed.
A) A software tool for database management. B) A type of encryption algorithm. C) The physical storage location of the database files. D) A logical design that represents the structure of the database.
A) SELECT. B) DELETE. C) UPDATE. D) INSERT INTO.
A) FILTER B) GROUP BY C) WHERE D) SELECT
A) DROP B) INSERT C) UPDATE D) ALTER
A) UPDATE B) ALTER C) MODIFY D) CHANGE |