Skip to content

Commit 24942c5

Browse files
Update SQL-Data-Cleaning.sql
Added "Using SQL Server 2019", versus other relational database management systems like PostGresSQL
1 parent 5c95681 commit 24942c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQL-Data-Cleaning.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
Cleaning Data in SQL Queries
3+
Using SQL Server 2019
34
*/
45

56
SELECT *
@@ -203,4 +204,4 @@ ALTER TABLE PortfolioProject..NashvilleHousing
203204
DROP COLUMN PropertyAddress, TaxDistrict, OwnerAddress, SaleDate
204205

205206
ALTER TABLE PortfolioProject..NashvilleHousing
206-
DROP COLUMN Acreage
207+
DROP COLUMN Acreage

0 commit comments

Comments
 (0)