SQL Flashcards

1
Q

What are DML and DDL

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

Aggregate functions with examples

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

Primary key vs unique key. Differences.

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

What are transactions?

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

What is ACID?

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

Views, why they are needed?

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

What is a view/materialized view.

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

What types of constraints does one know?

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

Are database Indexes useful? What is the role of them?

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

What kind of joins do you know?

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

What is the difference between inner join and outer join?

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

Why many indexes are not good for performance

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

What transaction isolation levels do you know?

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

Which of SELECT, UPDATE, DELETE, ADD’s performance is mostly affected by performance of indexes?

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

Types of tables (regular, temporary, index-organized etc)

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

What does it mean database de-normalization?

A
17
Q

What are ways to increase performance of database

A
18
Q

What is difference between SQL and NoSQL?

A
19
Q

Does every relational database implements SQL standard in the same way?

A
20
Q

What is a nested subquery?

A
21
Q

Types of indices in Oracle

A
22
Q

What is a hierarchical query? How to create it?

A
23
Q

What is a bitmap index

A
24
Q

Partitioning and methods of partitioning

A