update
This commit is contained in:
6
daten-manipulieren/table-manipulation.sql
Normal file
6
daten-manipulieren/table-manipulation.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create table if not exists stores
|
||||
(
|
||||
street varchar(100),
|
||||
description text
|
||||
)
|
||||
|
Reference in New Issue
Block a user