What is the schema of a table?



What is the schema of a table?..

Answer / Dinesh Rawat

The schema of a table in PostgreSQL refers to its structure, including the names and data types of its columns, as well as any constraints or indexes that have been defined for the table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How to execute a function in postgresql?

1 Answers  


How do I change primary key in pgadmin?

1 Answers  


How to created a database?

1 Answers  


Is postgresql a language?

1 Answers  


How do you delete a column?

1 Answers  


What is foreign key in postgresql?

1 Answers  


What is greenplum db?

1 Answers  


How do I connect to pgadmin?

1 Answers  


What is maximum size of table in postgresql?

1 Answers  


How to check if postgres is running?

1 Answers  


What is dummy table?

1 Answers  


Which version of postgresql should I use?

1 Answers  


Categories