You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL-Query is a learning repository where I document all SQL concepts along with practical queries, examples, and exercises — from basic operations to advanced database techniques — to strengthen my SQL skills and share knowledge.
Contact Agenda is a beginner-level MySQL project that demonstrates how to create, manage, and query a simple contacts database. It includes scripts for database creation and basic CRUD operations (Create, Read, Update, Delete).
This project demonstrates the use of SQL queries for data retrieval and filtering based on various conditions, utilizing SQL concepts such as BETWEEN, IN, ORDER BY, and HAVING. The dataset includes movies from different genres and studios, structured to provide insights through queries. Inspired by Codebasics exercises.