Restore AdventureWorks sample database on SQL Server. MOVE N'AdventureWorks2019' TO N'L:\SSDB2019\Data\AdventureWorks.mdf', MOVE N'AdventureWorks2019_log' TO ...
AdventureWorks is a sample database containing an OLTP database that you often use in tutorials and examples. Microsoft provides and maintains it as part of the SQL Server samples GitHub repository.