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