List different datatypes of postgresql?



List different datatypes of postgresql?..

Answer / Rishabh

Some data types in PostgreSQL include: integer, numeric, real, boolean, character varying (string), date, time, timestamp, array, range, and json.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is the option that can be used in PostgreSQL to find out how the query optimizer is evaluating the query given?

1 Answers  


How do I add one column in postgresql?

1 Answers  


What is pgbouncer in postgresql?

1 Answers  


Does drop table also drop indexes?

1 Answers  


What is an example of a schema?

1 Answers  


How do you run a query in pgadmin 3?

1 Answers  


What is the powerful database utility that can be used for building, executing and processing queries upon PostgreSQL databases?

1 Answers  


How to stop the database server?

1 Answers  


Which are different types of database administration tools used in postgresql?

1 Answers  


How does pgadmin connect to database?

1 Answers  


What is a dead tuple?

1 Answers  


How do I connect to a postgresql database?

1 Answers  


Categories