nellyike.hashnode.devMy SQL JourneyDay 3 of my SQL Journey... Today's learning was majorly a lab practice (as it is usually called) which I would be posting later on alongside my project on SQL, do anticipate. Nonetheless, here is a little theoretical aspect of today's learning; The S...Aug 4, 2023·1 min read
nellyike.hashnode.devMy SQL JourneyDay 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...Aug 4, 2023·2 min read
nellyike.hashnode.devMy SQL JourneyDAY 1 OF MY SQL JOURNEY (Aug 1, 2023). This is a short summary on what I learned about SQL relating to data analysis today; SQL is a standard language for storing, manipulating and retrieving data in databases. SQL became a standard of the American S...Aug 1, 2023·2 min read