Questions tagged [createquery]

76 questions
-4
votes
2 answers

Postgres: How can I fix this create query?

I am learning Postgres and trying a create command. But it is giving error which I am unable to understand which is making error. The command is : CREATE TABLE Package ( id smallint NOT NULL primary key, package_name varchar ( 45 ) not…
1 2 3 4 5
6