Skip to content

SQL Direct

After connecting to database, display tables:

\dt

Display rows of the table:

SELECT * FROM <table_name>;