Connect in SSMS and Verify
Open SSMS. In the connection dialog, set Server name to your machine name or (localdb)\MSSQLLocalDB for a default Express install.
Authentication: Windows Authentication. Click Connect.
Once connected, open a new query window, select DataNexis_Training from the database dropdown, and run this:
SELECT TOP 5 * FROM Orders ORDER BY OrderDate DESC;
If you see 5 rows — you are ready. Go hit DN-0001.