Blog Archives

00: ⏯ MySQL database beginner video tutorial

Step by step MySQL video tutorial to get started with MySQL database. Any decent self-taught projects require a database to store & retrieve data.

Related Links

1. Getting started with MySQL database beginner tutorial.

SQL Interview Q&As

1. 14 FAQ SQL Interview Questions & Answers.

2. 9 SQL scenarios based interview questions answered.…



10: Getting started with MySQL database beginner tutorial

All Java developers not only must know “SQL”, but also a database is required for “JDBC tutorials”, “Hibernate Tutorials”, and so on. Any decent Java application will require a database. So, your self-taught Java projects must perform CRUD (i.e. Create Read, Update and Delete) operations on the database.

Step 1: Download “MySQL” Zip archive (i.e.…



SQL Tutorial with HSQLDB

This assumes that you have Java setup Java on your machine as illustrated in the “setting up” Java tutorial.

Q. Why use HSQLB?
A. It can be useful in a number of ways.

  • Easy to get started and if you are a beginner, you can acquire or sharpen your SQL and database skills.


800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top