Answers for "create postgres database from sql file on pgadmin"

SQL
0

sql file in postgres with pgadmin

1. Open/select the database in PgAdmin4
2. In the top menu, Click Tools, Query Tool
3. Click the left most icon in Query Tool and drill down to find the .sql file
you want.
4. Click Select
5. To run, Click the lightning icon (to the right of "No Limit").
Posted by: Guest on December-04-2020

Code answers related to "create postgres database from sql file on pgadmin"

Code answers related to "SQL"

Browse Popular Code Answers by Language