Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 892 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 892 Bytes

FirstLook-SQLBasics

This repository provides the sample data and loader program that you will need to work through the demos in First Look: SQL and InterSystems IRIS.

Files in this sample include:

  • Loader.xml: a class written in InterSystems ObjectScript that loads data from stock_table_demo_two.csv into an InterSystems IRIS table
  • stock_table_demo_one.sql: a text file containing SQL statements that can be read into the InterSystems IRIS SQL Shell. The statements create and load a 20-row table of stock trade data.
  • stock_table_demo_two.csv: a comma-delimited file containing data for a million rows of stock trade data

Use or operation of this code is subject to acceptance of the license available in the code repository for this code.