Articles → POSTGRESQL → Create a table in database using pg admin in postgresqlCreate a table in database using pg admin in postgresqlIn this article, we will create a table in database using pg admin.Steps To add a table 1. Expand the ‘Schemas’ tab inside the database.Click to Enlarge 2. Inside it, right-click on the ‘Tables’ icon and click on Create → TablesClick to Enlarge 3. A window will appear to enter table name, owner, schema etc.Click to Enlarge 4. Once the table name is added, click on the ‘Columns’ tab to add column.Click to Enlarge 5. Here, you can click on ‘+’ sign to add columns. Once you click on ‘+’, a row is added.Click to EnlargeEnter the name, data type (you can fill other details as well) and click on ‘Save’ button.Click to EnlargeA new table is created.Posted By - Karan Gupta Posted On - Friday, October 18, 2019 Query/Feedback Your Email Id Subject Query/Feedback Characters remaining 250
Query/Feedback