Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudparsian committed Mar 11, 2025
1 parent 6444f60 commit 1250800
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ mysql> select * from dates;
~~~sql
uses stars_sales;

-- NOTE:
-- a state has a set of counties
-- a county has a set of cities

create table Store(
store_ID int,
city text,
Expand Down

0 comments on commit 1250800

Please sign in to comment.