table-check CREATE TABLE test.users ( id int PRIMARY KEY, lastname text, firstname text ); DESCRIBE TABLE test.users;