Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
Oreoxmt and qiancai authored Dec 2, 2024
1 parent 915153f commit c9c981d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic-sql-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CREATE TABLE table_name column_name data_type constraint;

```sql
CREATE TABLE person (
id int,
id INT,
name VARCHAR(255),
birthday DATE
);
Expand Down

0 comments on commit c9c981d

Please sign in to comment.