Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikashpr/18csc303j-dbms

SRMIST Kattankulathur Database management system-18CSC303J lab exercises implemented in SQL
https://github.com/vikashpr/18csc303j-dbms

18csc303j database-management-system dbms-lab instaclient lab-exercises lab-experiments rds-database srm-university srmist-dbms-lab vikashpr

Last synced: about 7 hours ago
JSON representation

SRMIST Kattankulathur Database management system-18CSC303J lab exercises implemented in SQL

Awesome Lists containing this project

README

        

# 18CSC303J-DBMS-LAB
[![Hits](https://hits.sh/github.com/VikashPR/DBMS.svg?extraCount=2578)](https://hits.sh/github.com/VikashPR/DBMS/)

![AWS RDS](https://img.shields.io/badge/Amazon_AWS-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white)
![SQL](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white)

# Insta client URL

```
RA2011003010737/RA2011003010737@a1-a2-b1.c0vm8jxyhl5s.us-east-2.rds.amazonaws.com:1521/orcl
```

## Table of Contents

| Ex | Assignment | Link |
| --- | --- | --- |
| 1 | Creating Database Table | [View➚](./Ex-1.md) |
| 2 | Data Manipulation Commands | [View➚](./Ex-2.md) |
| 3 | Basic Select Statements | [View➚](./Ex-3.md) |
| 4 | Integrity Constraints | [View➚](./Ex-4.md) |
| 5 | DCL & TCL | [View➚](./Ex-5.md) |
| 6 | SQL Functions | [View➚](./Ex-6.md) |
| 7 | Joining Tables | [View➚](./Ex-7.md) |
| 8 | Sub Queries | [View➚](./Ex-8.md) |
| 9 | Views | [View➚](./Ex-9.md) |
| 10 | PL/SQL Conditional & Iterative| [View➚](./Ex-10.md) |
| 11 | PL/SQL Procedures | [View➚](./Ex-11.md) |
| 12 | PL/SQL Functions | [View➚](./Ex-12.md) |
| 13 | PL/SQL Cursors | [View➚](./Ex-13.md) |
| 14 | Built-in Exception | [View➚](./Ex-14.md) |
| 15 | PL/SQL Triggers | [View➚](./Ex-15.md) |

[Checkout this repo if you face any error in this codes](https://github.com/VikashPR/DBMS_LAB)

## More contributions by the same author 🚀
| Subject Code | Subject Name| Repo Link |
| -- | -- | -- |
| 18CSC305J-AI | Artificial Intelligence | [View➚](https://github.com/VikashPR/18CSC305J-AI) |
| 18CSC304J-CD | Compiler Design | [View➚](https://github.com/VikashPR/18CSC304J-CD) |
| 18CSE316J-DEVOPS | Essentials in Cloud and Devops | [View➚](https://github.com/VikashPR/18CSE316J-DEVOPS) |

## Credit for being partners in crime



ChatGPT


Github Co-Pilot

## Contribution Guidelines

**Types of Contributions:**
- Pull Requests: Propose new features or changes to existing code. Make sure your code follows our conventions and does not break existing functionality. Test your code thoroughly and add the programming language used and the version.
- Issues: Report bugs or suggest new features. Provide detailed information.

**Contribution Process:**
1. Fork the repository.
2. Clone the forked repository to your local machine.
3. Create a new branch for your changes.
4. Make changes and commit them to your branch.
5. Push your branch to your forked repository.
6. Submit a pull request to the main repository.