SQL Basic Cursus | Getting started - Create database

  • 6 February 2022
  • 1 reply
  • 73 views

Userlevel 4
Badge +11

Out of curiosity, today I did the SQL basics e-learning. Very nice and a good starting point for a beginning SQL developer, my compliments. 
 

:bulb: A small improvement: Change the database name in the setup_database_sql_training.sql file from sql_training2 to sql_training. 



When creating the database, a different database name (sql_training2) is used than in the other SQL exercises (sql_training). "Dealing with errors" is explained in topic 2. Because of this, this doesn't seem like a deliberate choice to me? 

Script | setup_database_sql_training

 

Script | 1. Select statements

 

Script | 2. Joins

Somewhere it does make for good practice right away but for an inexperienced person it may be too unclear. Curious to hear your reaction.


This topic has been closed for comments

1 reply

Badge

Hi Dennis, 

Thanks for bringing this to our attention (and for the positive feedback), we’ve changed the database name in the mentioned file to the name in the exercises.