computer Flashcards

PASSSSS

1
Q

SQL

A

Structured Query Language

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

Is a flexible language that you can use to communicate with a relational database management system such as mysql

A

SQL

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

DML

A

DATA MANIPULATION LANGUAGE

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

DDL

A

data definition language

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

DCL

A

DATA CONTROL LANGUAGE

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

Used to create database

A

DDL

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

Used to manage the contents of the database

A

DML

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

a java software that you can use to connect to a data base

A

JDBC

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

XAMPP

A

Cross-platform, Apache, MySQL, PHP, PERL

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

remove access

A

revoke

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

permit access to the database

A

Grant

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

used to protect your database

A

DCL

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

JDBC

A

Java Database Connectivity

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

Recommended driver for MySQL

A

MySQL Connector/J

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

To access database

A

Line 2

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

Load and register JDBC driver

8
Q

variable declaration

A

line 14-16

9
Q

Allow us to access keyboard entry

10
Q

lines are used for captured input

11
Q

ENABLE keyboard input

12
Q

aim to check if the first name, middle, and last we gave is in the database

A

Line 27-37