DBMS SQL Lab (Oracle) This repository contains Database Management Systems (DBMS) laboratory work submitted as part of the B.Tech CSE curriculum.
The lab programs are written in SQL and executed using Oracle Database through Oracle SQL Developer / SQL*Plus.
Student Information Name: Malti kumari Program: B.Tech (Computer Science & Engineering) Purpose: Academic DBMS laboratory submission Repository Structure The repository is organized lab-wise. Each lab folder contains:
SQL solution script (.sql) Original question PDF provided by the faculty A lab-specific README file Labs Included Lab 01 – DDL & DML Additional labs will be added week by week as assigned.
Tools Used Oracle Database Oracle SQL Developer SQL*Plus GitHub Note Oracle does not support the CREATE DATABASE command like MySQL. All tables are created under the connected user schema.