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