This 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



This message is received in response to the query SELECT * FROM JA_Party. I would like to know wh..

Answer / madhub

Case Sensitive or the table does not exists.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I set up pgadmin?

0 Answers  


How to delete/drop an existing postgresql database?

0 Answers  


What is pgadmin tool?

0 Answers  


How to execute postgres function in pgadmin?

0 Answers  


How do you check data on pgadmin 4?

0 Answers  






Is postgres distributed?

0 Answers  


How do I start pgadmin 4 on windows?

0 Answers  


How do I download postgresql on windows?

0 Answers  


Is postgresql object oriented?

0 Answers  


Which key can be used to execute a query in the query editor?

0 Answers  


What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?

1 Answers  


What is foreign key violation?

0 Answers  


Categories