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