Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izzyluuuuh/sql-statements
SQL queries using SQLite
https://github.com/izzyluuuuh/sql-statements
database sql sqlite sqlqueries
Last synced: about 1 month ago
JSON representation
SQL queries using SQLite
- Host: GitHub
- URL: https://github.com/izzyluuuuh/sql-statements
- Owner: izzyluuuuh
- Created: 2024-02-27T08:49:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T10:06:58.000Z (10 months ago)
- Last Synced: 2024-02-28T11:01:04.124Z (10 months ago)
- Topics: database, sql, sqlite, sqlqueries
- Homepage:
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Statements
Designing the Database---
Given the table below named **Movie**, write SQL queries to perform the following.![Screenshot 2024-02-27 175605](https://github.com/izzyluuuuh/SQL-statements/assets/103919666/23afec10-1d77-4d29-b565-090e2bc81853)
1. Find the title and year of each movie
2. Find the year when the movie Batang X was released
3. Find the movie which was released in the year 1995
4. Find the titles of the movies with ID 102, 104, 107
5. Find the movies released before 1999---
🖥️ Midterm Laboratory Exercise for my 3rd-year college course "Software Engineering 2."
> SY2324-2T💙 Instagram: [@izzyluuuuh](https://www.instagram.com/izzyluuuuh/)