Introduction to RDBMS and SQL & SQL Launchpad Setup
Business Scenario
Welcome back,Developers!
In the previous lab, we implemented flight data management using ArrayList with CRUD operations (Add, Search, Update, Delete, and Display).
Pre-Lab Preparation
Basic computer operations
Installing software
Basic understanding of data (rows, columns, tables)
git pull origin branchName
Git Pull
SQL (Structured Query Language): SQL is a language used to communicate with an RDBMS. It allows users to store, retrieve, and manage data within the database.
Why do we select SQL?
It is an industry-standard language
Easy to learn and widely used
Compatible with multiple databases such as MySQL, Oracle, and SQL Server