Home
PostgreSQL
Aggregate Functions
Analytical Functions
Array
Constraints
Cursor
Data Type
Database
Date Timezone
Index
Inheritance
Insert Delete Update
Math Functions
Postgre SQL
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
Table
Table Joins
Transaction
User Previliege
View
Create Table « Table « PostgreSQL
PostgreSQL
Table
Create Table
1.
Create a new table by specifying the table name, along with all column names and their types
2.
Creating the books table