Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Almeida 1

Mike Almeida

CIS 3060

4/17/23

Home – Assignment – 12-2

1) -------------------------is the organization of data according to a database model.

 Database design

2) After performing a DELETE operation you need to ------------ or -------------- the transaction to

make the change permanent or to undo it.

 Commit or Rollback

3) Any create command may be reversed by using a ---------- command.

 Drop

Short Answers:

4) What is the different kind of SQL statements? (Just Name and Abbreviations)

 Data Query Language (DQL)

 • Data Definition Language (DDL)

 • Data Manipulation Language (DML)

 • Data Control Language (DCL)

 • Transaction Control Language (TCL)

Define the following concepts:

5) Business rules -
Last Name 2

 A statement that defines or constrains some aspect of the business. It controls the

behavior and policies of business.

6) Constraint -

 Allows the database designer to enforce business rules about the data stored in the

database’s tables and the relationships between tables

7) Primary Key -

 Every value must be unique and cannot be null

8) Foreign Key -

 Every value in the column must match a value in another column in this table or another

table.

9) ROLLBACK -

 restore database to original since the last COMMIT

10) Microsoft Access –

 database management system from Microsoft that combines the relational Access

Database Engine with a graphical user interface and software-development tools

You might also like