SamplesV2/ChangeDataCapture/usecases/cdc/code/sqlscripts/InsertAddress.sql (4 lines of code) (raw):

INSERT INTO [SalesLT].[Address] ([AddressLine1], [AddressLine2], [City], [StateProvince] ,[CountryRegion], [PostalCode]) VALUES ('138th Drive', NULL, 'Everett', 'WA', 'USA', '98208')