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
CMC,
1 3892This message is received in response to the query SELECT * FROM JA_Party. I would like to know what am I doing wrong. ERROR: relation "ja_party" does not exist LINE 1: SELECT * FROM JA_Party ^ ********** Error ********** ERROR: relation "ja_party" does not exist SQL state: 42P01 Character: 15
1 2685What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?
1 2827What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?
1283
What is multiversion two phase locking?
How do I open the query tool in pgadmin?
Can a unique key be a foreign key?
How to drop all tables in postgresql?
How do I connect to pgadmin server?
How do I start postgresql on linux?
How to check dependency of table in postgresql?
Does creating an index lock the table?
Which key can be used to execute a query in the query editor?
What is maximum size of text datatype in postgres?
How do I enable postgis on pgadmin?
How do I connect to postgresql server?
How do I start postgresql in linux?
Why mysql is more popular than postgresql?
Is postgresql relational?