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