Table creation/Postal addresses: Difference between revisions

m
Line 765:
Invoke-SqliteQuery -DataSource $DataSource -Query "SELECT * FROM SSADDRESS"
</lang>
 
Output:
 
Id : 1
LastName : Monster
FirstName : Cookie
Address : 666 Sesame St
City : Holywood
State : CA
Zip : 90013
 
 
=={{header|Python}}+SQLite==
308

edits