Files
db-practise/daten-manipulieren/table-manipulation.sql
2025-01-31 13:05:11 +01:00

7 lines
90 B
SQL

create table if not exists stores
(
street varchar(100),
description text
)