Last updated 2 years ago
create database testdb; drop database if exists testdb;
-- using psql \c test
-- using psql \d #to see tables \d <name of table> #to see details about table