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