CFD module 6

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 11

12 Terms

1

This is the standard language of DBMS in storing, updating and retrieving data in the database.

SQL

New cards
2

What are the 3 common clauses for SQL?

Select, From, Where

New cards
3

This clause identifies the columns or fields to be displayed.

Select

New cards
4

This clause identifies the table or relation where the data is to be retrieved.

From

New cards
5

This clause identifies some criteria in retrieving data in the database.

Where

New cards
6

What does DML stand for?

Data Manipulation Language

New cards
7

What does DDL stand for?

Data Definition Language

New cards
8

This command ensures that transactions are either completed or rolled back.

Transaction controls

New cards
9

These are used to control access to the database and concerns about the creation of user permissions.

Security statements

New cards
10

Used to add, access and process data stored in the computer database

Database management system

New cards
11

This is an Open Source SQL database management system developed, distributed and supported by Oracle Corporation.

MySQL

New cards
12

This stores data into tables consisting of rows and columns. It is govern by the rules in relationship such as one-to-one, one-to-many and many-to-many

Relational database

New cards
robot