D-E Flashcards

1
Q

Creates or deletes an SQL database

A

Database

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

A constraint that provides a default view for a column

A

Default

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

Deletes rows from a table

A

Delete

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

Sorts the result set in descending order

A

Desc

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

Selects only distinct (different) columns

A

Distinct

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

Deletes a column constraint database index table or view

A

Drop

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

Deletes a column in a table

A

Drop Column

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

Deletes a Unique Primary Key Foreign Key or Check constraint

A

Drop Constraint

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

Deletes an existing SQL database

A

Drop Database

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

Deletes a Default constraint

A

Drop Default

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

Deletes an Index in a table

A

Drop Index

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

Deletes an existing table in the database

A

Drop Table

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

Deletes a View

A

Drop View

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

Executes a stored Procedure

A

Exec

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

Tests for the existence of any record in a sub query

A

Exists

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

What are the three keywords used in a SQL sub query?

A

All
Any
Exists