What does GEQO stands for in PostgreSQL?
No Answer is Posted For this Question
Be the First to Post Answer
Does unique constraint create index postgres?
How are the stats updated in postgresql?
Explain about the command enable debug?
What is the function of create command?
Is postgresql a relational database?
How do you delete a row in a table?
Does postgres support json?
Are postgres table names case sensitive?
i have three table 1. student (stuid,name) 2. subject (subid,sname,studid) 3. marks (subid,studentid,marks) i want the reslut of how as got max marks in each subject sudentname,max(marks), name abc,70,nikitha
How big can a postgres database be?
How to take backup of database?
Which command is used to modify the rows?