PostgreSQL query solutions for the Database Management Systems lab (BTech in CS).
To run the psql script directly from your terminal by specifying the filename:
psql -f your_filename.sqlFor cql (Cassandra) files (Cycle 6):
cql -f your_filename.cqlDBMS-Lab-Sem-4-CS/
├── Archived_Cycles/ # Old lab cycle
├── Main_Lab_Cycle/ # Current lab cycle
├── .gitignore
├── DBMS lab cycle .pdf # Lab cycle questions
└── README.md
Made by Joel Lijo Mathew.