Sakila: a sample SQL dataset
I learned today about the Sakila sample database. It has a non-trivial, but understandable schema, which is helpful when practicing SQL commands.
I learned today about the Sakila sample database. It has a non-trivial, but understandable schema, which is helpful when practicing SQL commands.
brew install postgresql brew services start postgresql brew cask install pgadmin4
I decided to use GitHub Pages to host some information online. The system is fairly simple to use: create a repository with some markdown configure the ...