Create a Database with MySQL Workbench and then connect a Java Application to it with JConnector Driver and IntelliJ IDE on Windows

Instructions, scripts, and screencaps

Tech Notes

--

DML — Data Manipulation Language. Used for things like Selecting, Inserting, Updating, and Deleting records. Typical operations you would run on SQL Tables. DML scripts are used by programmers.

DDL — Data Definition Language — Used for things like creating tables, creating databases, creating indexes and so on. DDL Scripts…

--

--