adspace


What does create schema do?

Answer Posted / Ashok Kumar Gautam

The CREATE SCHEMA command in PostgreSQL is used to create a new database schema. A schema is a named collection of database objects, such as tables, views, functions, and types. It helps in organizing database objects in a more structured and manageable way.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959