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