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
andexit;
lines untouched).
- Solutions are adapted from the YouTube video:
🎥 TCS Xplore SQL Hands-On Answers by @CodingHub - This repo is purely for educational and reference purposes.
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;