I have downloaded the free Express version of SQL Server 2017 onto my Linux Ubuntu 16.04 LTS machine. I have created a test database through the command line terminal, and I was able to create a table and also managed to insert data into the table.
What I need now, is to download the sample AdventureWorks database (or it seems that WideWorldImporters is now the "new" sample db), so that I can play around and get used to SQL querying. Does anyone know if I can download and install the AdventureWorks (or WideWorldImporters) database onto my Ubuntu 16.04 machine.
How do I go about this?