https://github.com/izzyluuuuh/sql-statements
SQL queries Using SQLite Online
https://github.com/izzyluuuuh/sql-statements
database sql sqlite sqlqueries
Last synced: 3 months ago
JSON representation
SQL queries Using SQLite Online
- Host: GitHub
- URL: https://github.com/izzyluuuuh/sql-statements
- Owner: izzyluuuuh
- Created: 2024-02-27T08:49:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T10:06:58.000Z (over 1 year ago)
- Last Synced: 2025-01-25T21:09:28.517Z (5 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.
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/)