Java Full Stack Web Development
Java Full Stack Web Development
#1st Floor, Sai Ram Complex, OPP: DSNR Bus Depot, Above Union Bank, Dilshuknagar, Hyderabad
PH: 9705287799, 9705737799, 9705917799, www.prrtechnologies.com
JShell enhancement
SQL
Introduction to Databases and MySQL
What is a Database?
Types of Databases: Relational vs Non-relational
Introduction to MySQL
Installing MySQL (Windows/Linux)
MySQL Workbench & Command Line Client
SQL Basics
Understanding SQL: DDL, DML, DCL, TCL
Creating Databases
Creating Tables (CREATE TABLE)
Data Types in MySQL
Inserting Data (INSERT INTO)
Retrieving Data (SELECT)
Filtering Data (WHERE clause)
Sorting Results (ORDER BY)
Limiting Results (LIMIT)
Data Manipulation
Updating Records (UPDATE)
Deleting Records (DELETE)
Using Operators: AND, OR, NOT, IN, BETWEEN, LIKE
Built-in SQL Functions (Text, Numeric, Date functions)
Joins and Relationships
Understanding Keys (Primary, Foreign)
Types of Joins:
o INNER JOIN
o LEFT JOIN
o RIGHT JOIN
o FULL JOIN (using UNION)
o Self Joins
o Cartesian Product