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…

Aditya Sinha
- 1
- 3