Penso che il modo migliore per importare un file sql sia usare psql
strumento come questo:
psql -U postgres -h localhost -d my_database -f "C:/Users/umair/Downloads/school_management_system(1).sql"
Penso che il modo migliore per importare un file sql sia usare psql
strumento come questo:
psql -U postgres -h localhost -d my_database -f "C:/Users/umair/Downloads/school_management_system(1).sql"