CREATE TABLE matable (
	attribut1 type,
	attribut2 type,
	... 
)