My SQL Journey
Day 2 of my SQL Journey...
SQL Syntax
Database Tables A database most often contains one or more tables. Each table is identified by a name (e.g. "Customers" or "Orders"). Tables contain records (rows) with data.
SQL Statements Most of the actions yo...
nellyike.hashnode.dev2 min read