SQL Command for creating a database
CREATE database [database_name];
What is the basic unit of measurement to measure database optimization?
Time (e.g., seconds)
Your database is no longer accessible from outside your organization. This is an example of an attack on the database ...
Availability
They eliminate the problem of single-point of failure
The two main actors that participate in any database transaction
Client and server
SQL command to remove the permission/privileges of a user
REVOKE
The two commands that allow transaction control in an RDBMS
COMMIT and ROLLBACK
You willingly gave hackers your credentials for accessing a database because you thought it was your manager. This is an example of ...
Phishing or social engineering
Distributed database technology is commonly confused with cryptocurrency
Blockchain
VIEW
SQL command to change the structure of a table (e.g., add/remove column)
ALTER TABLE
Database mechanism that allows DBMS to process concurrent requests while maintaining transaction isolation
Locks
SQL Injection
What are the two storage processes distributed databases rely on?
From the query processing flow, which phase takes most of the processing time
Parsing
SQL Command for removing all the data stored inside a table.
TRUNCATE
Database mechanism that can improve the speed of a SQL transaction
INDEX
This attack is known for affecting the availability of a database by encrypting all the files of a system and charging money for the private key
Ransomware
Round-robing data partition is a method for ...
What does ACID stands for?
Atomicity, consistency, isolation, and durability
SQL Command that is used for collapsing data into one column to compute information
GROUP BY
List all the phases of the query processing flow
Parsing, execution, and fetching
Underestimated method to improve database security that does not require the implementation of technical controls
Training
New nodes can be added to the database network without causing a disruption. This is an example of a benefit called ...
Growth facilitation
Default port for MySQL
3306