Table creation/Postal addresses: Difference between revisions

Content added Content deleted
Line 765: Line 765:
Invoke-SqliteQuery -DataSource $DataSource -Query "SELECT * FROM SSADDRESS"
Invoke-SqliteQuery -DataSource $DataSource -Query "SELECT * FROM SSADDRESS"
</lang>
</lang>

Output:

Id : 1
LastName : Monster
FirstName : Cookie
Address : 666 Sesame St
City : Holywood
State : CA
Zip : 90013



=={{header|Python}}+SQLite==
=={{header|Python}}+SQLite==