DFDigital Footprintsindigitalfootprints.hashnode.dev·Sep 24, 2023 · 4 min readBasic SQL Concepts - Part 2Introduction So, we have covered some of the SQL basics in Part 1, let's continue from where we stopped and talk about different types of SQL first. SQL subsections Based on what the SQL commands do, they are divided into different subsections as bel...00
DFDigital Footprintsindigitalfootprints.hashnode.dev·Sep 21, 2023 · 8 min readBasic SQL Concepts - Part 1Introduction SQL or Structured Query Language is a programming language that we use to communicate with our database. We write statements called 'queries' in SQL to create, update, and delete database objects and data stored in the database. Database...00
DFDigital Footprintsindigitalfootprints.hashnode.dev·Sep 18, 2023 · 4 min readHow to get started with Oracle DatabaseIntroduction If you have been wondering how to get started with Oracle RDBMS, your search ends here. I will cover all things Oracle over multiple blog posts. First, let's talk about why would you choose Oracle over other RDBMS that are available in t...00