Database
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
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