Exam 1 prep Flashcards
What makes a SQL script file?
These are text files that contain 1 or more SQL statements that are run in some sequence of operations.
The client server components of a relational database
I do not know
What is a daemon process?
A background process
Client-server communication is also known as:
2-Tier computing
What does SQL most commonly stand for?
Structured Query Language
Put in order the evolutionary steps databases went through?
File System, Hierarchical, Networked, Relational, Object Relational
Which is not a valid language group?
Data Selection Language
Which of the following is a DDL command?
A DROP statement
What does the acronym ACID represent?
Atomic, Consistent, Isolated, and Durable
Which command is a DCL?
GRANT
Which cannot be created with the CREATE statement (multiple answers possible)?
row
Which of the following is not true for the truncate command?
Is recoverable
What is an optimistic (non-state aware) network connection is, and how it works
An optimistic connection sends a message and receives an acknowledgment, which breaks the connection to the database.
What is DML?
Data Manipulation Language.
commands let you query, add, modify, or remove data from structures via SELECT, INSERT, UPDATE, and DELETE statements
What is DDL?
Data Definition Language. commands let you create and modify structures in the database via CREATE, ALTER, DROP, RENAME, TRUNCATE, and COMMENT statements