Learning CRUD using Java and MySQL.
- Get a database (Oracle SQL, MySQL)
- I used MySQL (WorkBench) and created a Connection/DB
- In the database, a table called Users is created with the following attributes
- UserID (int), Username (varchar), Password (varchar), FullName (varchar), Email (varchar)