Skip to content

Commit

Permalink
Solution2
Browse files Browse the repository at this point in the history
  • Loading branch information
p1tonidze committed Oct 12, 2024
1 parent 0fd39e6 commit a199365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CREATE DATABASE ShopDB;
USE ShopDB;

CREATE TABLE Countries (
ID INT,
ID INT AUTO_INCREMENT,
Name VARCHAR(50),
PRIMARY KEY (ID)
);
Expand Down

0 comments on commit a199365

Please sign in to comment.