Relation Station
Mechanics
Commandinator
Acronymation
Mode Data
100

this table is very structured with specific fields/columns; consequently, fields are never randomly placed

Relational Table

100

Which software package is a Relational Database Management System (RDBMS)?

Microsoft SQL Server

100

What is the purpose of the SQL DROP command?

To delete a table or entire database

100

What does DDL stand for?

Data Definition Language

100

You submitted the following SQL command: "Custommer" table: DELETE FROM CUSTOMER

What happens next?

All the records from the "Customer" table were deleted

200

An attorney uses a standard form to capture information about new clients.  Which type of database would best suit those needs?

A Relational Database    

200

What is the purpose of a Schema

Describe the structure of a database

200

What is the purpose of the SQL DELETE command?

it is used to delete one or more rows of data from an existing table 

200

What is the term used for the file that includes a copy of the database along with the schema?

Database Dump

200

What does the SQL UPDATE command do?

updates one or more field values

300

In this database type, objects and their properties are stored, but each object doesnt have to have all the properties  

key/value pair database

300

why is it important to consider the number size of columns included in a table schema?

the size affects the amount of storage and how quickly it can be processed

300

What is the purpose of the SQL ALTER command?

deletes an individual column 

300

Which type of constraint is added to a table for the purpose of establishing a relationship with another table?

Foreign Key

300

What is the SQL command used to create queries?

SELECT

400

In this database, all attributes of a record are defined up front, and each record has all the same attributes as the other records

Relational Database


400

why would an unstructured database be used to store data instead of a structured database?

some data does not need to be stored with a rigid formatted structure (presentations, text files, word documents, etc)

400

What is the purpose of the ALTER TABLE command?

to add, remove, and change table columns, primary keys, and foreign keys

400

You add this to a table for the purpose of making sure each row in the table can be uniquely identified.

Primary Key

400

Colums in a table are called

Fields

500

what is the relationship between a primary key and a foreign key in a relational database?

the primary key is in one table and matched to the foreign key in a secondary table

500

In a pragmatic database, what type of commands are used to interact with a relational database?

SQL

500
What does the CREATE TABLE comand do?

creates new table and establishes a primary key (cannot modify the primary key after it is created)

500

In the event of an application failure, which application architecture model would be the most disruptive to users?

Standalone

500

This is how data is entered into a database and often viewed by user

Forms

M
e
n
u