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