Skip to content

Commit

Permalink
Introduction to Object Relational Mapping: SQL Alchemy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tafara-N committed Dec 3, 2024
1 parent 174426e commit 82e7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x0F-python-object_relational_mapping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Write a script that lists all `cities` from the database `hbtn_0e_4_usa`
- Results must be displayed as they are in the example below
- Your code should not be executed when imported

```
```bash
guillaume@ubuntu:~/0x0F$ cat 4-cities_by_state.sql
-- Create states table in hbtn_0e_4_usa with some data
CREATE DATABASE IF NOT EXISTS hbtn_0e_4_usa;
Expand Down

0 comments on commit 82e7ccd

Please sign in to comment.