Finals Flashcards

1
Q

SQL stands for

A

Structured Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SQL enables user to ________.

A

Create, read, update and delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Components included in SQL process

A

Engine, Query Engine, Query Dispatcher, Classic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Advantages of SQL

A

High Speed
No Coding Needed
Well defined standards
Portablility
Interactive language
Multiple data view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SQL Datatype is used to define the _________

A

Value that a column contains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SQL is used to perform

A

Specific tasks
Functions
Queries of datas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SQL can perform various task like

A

Create a table
Add data to the table
Drop the table
Modify the table
Set permissions for users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

5 types of SQL commands

A

DDL / DML / DCL / TCL /DQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DDL stands for

A

Data Definition Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DML

A

Data Manipulation Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DCL

A

Data Control Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

TCL

A

Transaction Control Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

DQL

A

Data Query Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

RDBMS

A

Relation Database Management System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Select Distinct statement is used ________

A

To return only distinct or different values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly