JDBC and ORM Flashcards

1
Q

What does JDBC stand for?

A

Java Database Connectivity

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

What is a connection?

A

A reference to a particular database server

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

What is a statement?

A

A representation of an indivudal SQL query

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

What is a result set?

A

The set of result rows returned by an SQL query

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

What is a driver?

A

Code that knows how to communicate with database server

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

What are the three types of statements?

A

Statement
Prepared Statement
Callable Statement

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