/TCS-Xplore-SQL-Hands-On-Answers

Solutions to the TCS Xplore SQL Hands-On assignments (2025). Includes clean, well-commented SQL queries with explanation. For Pre-ILP & NQT prep. ⚠️ Educational use only.

MIT LicenseMIT

TCS Xplore SQL Hands-On Solutions – 2025 Batch

This repository contains SQL Hands-On assignment solutions for the TCS Xplore Program (2025 batch).

✅ All problems and solutions are structured as per the official format, with proper formatting and command structure preserved (SET NULL and exit; lines untouched).


📺 Credits


📂 Structure

Each query is written clearly with comments, and matches the Hands-On tasks assigned during the TCS Xplore SQL track.

Example:

SET NULL "NULL";
/* 
ENTER CODE HERE 
*/
exit;