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