Hi, good day!
I'm taking the SQL Mastering course, and when I get to the SQL Comments statement topic, I don't have the Sample table to continue, see the example:
-- Choose the sample database.
USE sample;
GO
-- Choose all columns and all rows from the Address table.
SELECT *
FROM OrderDetails
ORDER BY OrderId ASC; -- We do not have to specify ASC because
-- that is the default.
training and studying, could you send me this database?
I'm waiting
Thanks :)