how to view table data in postgresql pgadmin code example Example: how to see the content of tables in pgadmin SELECT * FROM <table_name>;