Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
anthonyrende
/
java-sql
Public
forked from
bloominstituteoftechnology/java-sql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
java-sql MVP
- #1
#1
Open
anthonyrende
wants to merge 12 commits into
master
anthonyrende/java-sql:master
from
anthony-rende
anthonyrende/java-sql:anthony-rende
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
java-sql MVP
#1
anthonyrende
wants to merge 12 commits into
master
anthonyrende/java-sql:master
from
anthony-rende
anthonyrende/java-sql:anthony-rende
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2019
find all customers that live in London
anthonyrende
committed
38b0811
View commit details
Copy full SHA for 38b0811
Browse repository at this point
find all customers with postal code 1010
anthonyrende
committed
bdb917f
View commit details
Copy full SHA for bdb917f
Browse repository at this point
find the phone number for the supplier with the id 11
anthonyrende
committed
3243402
View commit details
Copy full SHA for 3243402
Browse repository at this point
list orders descending by the order date
anthonyrende
committed
17c9657
View commit details
Copy full SHA for 17c9657
Browse repository at this point
find all suppliers who have names longer than 20 characters
anthonyrende
committed
0e1cf7c
View commit details
Copy full SHA for 0e1cf7c
Browse repository at this point
find all customers that include the word 'MARKET' in the contact title
anthonyrende
committed
1382127
View commit details
Copy full SHA for 1382127
Browse repository at this point
add a new customer record
anthonyrende
committed
6d2b21a
View commit details
Copy full SHA for 6d2b21a
Browse repository at this point
update _Bilbo Baggins_ record so that the postal code changes to 11122
anthonyrende
committed
70e71cb
View commit details
Copy full SHA for 70e71cb
Browse repository at this point
list orders grouped by customer showing the number of orders per customer.
anthonyrende
committed
0107596
View commit details
Copy full SHA for 0107596
Browse repository at this point
list customers names and the number of orders per customer. Sort the list by number of orders in descending order.
anthonyrende
committed
36590a1
View commit details
Copy full SHA for 36590a1
Browse repository at this point
list orders grouped by customer's city showing number of orders per city
anthonyrende
committed
4593c23
View commit details
Copy full SHA for 4593c23
Browse repository at this point
3NF database
anthonyrende
authored
eb22f49
View commit details
Copy full SHA for eb22f49
Browse repository at this point
You can’t perform that action at this time.