Osinachi Chukwujama
Osi on Tech

Osi on Tech

Follow
Follow
homebadgesnewsletter
Tag

SQL

#sql

More content

Read more stories on Hashnode


Articles with this tag

Run SQL Files in psql Shell

Sep 2, 20211 min read

When using PostgreSQL DBMS, you may need to run some SQL commands to populate a database or run some specific commands. You may also want to run these...

Run SQL Files in psql Shell

How to use the SQL DELETE clause

Feb 15, 20211 min read

Deletion is a fundamental operation when working with relational databases. It is used when one or more rows are to be removed from a table. The WHERE...

How to use the SQL DELETE clause