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