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