https://github.com/muthuri-dev/sql-practical-part1
https://github.com/muthuri-dev/sql-practical-part1
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muthuri-dev/sql-practical-part1
- Owner: muthuri-dev
- License: mit
- Created: 2022-08-25T05:24:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T06:20:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T21:29:56.686Z (5 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL-practical-part1
## Installation
Install sql-server, mysql-workbench and git in your local machine
```bash
git clone
cd
```
## COUNTRY tableQuerying COUNTRY table values
```bash
SELECT * FROM COUNTRY;
```
## Screenshots
## REGION table
Querying REGION table values
```bash
SELECT * FROM REGION;
```
## Screenshots
## EMPLOYEE table
Querying EMPLOYEE table values
```bash
SELECT * FROM EMPLOYEE;
```
## Screenshots
## JOB table
Querying JOB table values
```bash
SELECT * FROM JOB;
```
## Screenshots
## DEPARMENT table
Querying DEPARMENT table values
```bash
SELECT * FROM DEPARMENT;
```
## Screenshots
## DEPENDENT table
Querying DEPENDENT table values
```bash
SELECT * FROM DEPENDENT;
```
## Screenshots
## LOCATION tableQuerying LOCATION table values
```bash
SELECT * FROM LOCATION;
```## Screenshots

## ContributingContributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## License
[MIT](https://choosealicense.com/licenses/mit/)