Table creation/Postal addresses: Difference between revisions

Line 763:
 
## View the data
Invoke-SqliteQuery -DataSource $DataSource -Query "SELECT * FROM SSADDRESS" | FormatTable -AutoSize
</lang>
{{Out}}
<pre>
Id LastName FirstName Address City State Zip
-- -------- --------- ------- ---- ----- ---
1 Monster Cookie 666 Sesame St Holywood CA 90013
</pre>
 
=={{header|Python}}+SQLite==
308

edits