computer Flashcards
PASSSSS
SQL
Structured Query Language
Is a flexible language that you can use to communicate with a relational database management system such as mysql
SQL
DML
DATA MANIPULATION LANGUAGE
DDL
data definition language
DCL
DATA CONTROL LANGUAGE
Used to create database
DDL
Used to manage the contents of the database
DML
a java software that you can use to connect to a data base
JDBC
XAMPP
Cross-platform, Apache, MySQL, PHP, PERL
remove access
revoke
permit access to the database
Grant
used to protect your database
DCL
JDBC
Java Database Connectivity
Recommended driver for MySQL
MySQL Connector/J
To access database
Line 2
Load and register JDBC driver
line 7-9
variable declaration
line 14-16
Allow us to access keyboard entry
Line 17
lines are used for captured input
Line 9-26
ENABLE keyboard input
line 1
aim to check if the first name, middle, and last we gave is in the database
Line 27-37