Skip to content

Commit

Permalink
Clarified comment in 4.9 for MSSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
bclothier committed Jun 8, 2016
1 parent d1d0fb6 commit 5c12403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft SQL Server/Chapter 04/Listing 4.009.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ SELECT Students.StudentID, Students.LastName, Students.FirstName,
FROM Students;
GO

-- Dummy USE to free up StudentsTest so it can be deleted.
USE SalesOrdersSample;
-- Disconnect from the current database in order to be able to drop the sample database.
USE master;
GO

DROP DATABASE StudentsTest;
Expand Down

0 comments on commit 5c12403

Please sign in to comment.