Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
atreyat12 committed Oct 17, 2024
1 parent c4e79f0 commit c036fa7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Binary file modified baseball.db
Binary file not shown.
Binary file modified baseball_2.db
Binary file not shown.
20 changes: 10 additions & 10 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
load()
load_second()

#join()
#aggregation()
join()
aggregation()
sort_db()
# create
#print("Creating data...")
#create_query()
print("Creating data...")
create_query()

# read
#print("Reading data...")
#read_query()
print("Reading data...")
read_query()

# update
#print("Updating data...")
#update_query(80, 63, "Boston Red Sox")
print("Updating data...")
update_query(80, 63, "Boston Red Sox")

# delete
#print("Deleting data...")
#delete_query()
print("Deleting data...")
delete_query()

0 comments on commit c036fa7

Please sign in to comment.