JDBC Flashcards

1
Q

Vad gör jdbc?

A
  1. Connect to the database
  2. Sends quieres to the database
  3. Retrieve and process the results received from the database in answer to the clients query
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Vad står jdbc för?

A

Java Database Connectivity

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

Vad är jdbc

A

Api, gränssnitt som möjliggör kommunikation mellan ett programmeringsspråk och databaser

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

Hur?

A

Ansluter till databaser
Utför sql frågor
Hämtar data från databaser
Hanterar transaktioner

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

Vad heter drivrutinen för JDBC?

A

MySQL connector/J

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

Vad står API för?

A

Application programming interface

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