-
Notifications
You must be signed in to change notification settings - Fork 4
data instances #1
Comments
We have added the data along with a DB2 loading script in a zipped folder (data.zip). Please try it out and let us know if you run into any issues. |
Hi Abdul (@abdulquamar ) and all, I am looking into the data (data.zip) and queries(FIBEN_Queries). I noticed that there are a lot of queries that return empty results. Here are a few types of questions: Several questions require filtering on MonetaryAmount.HASAMOUNT, e.g. MonetaryAmount.HASAMOUNT > 1500.0 or MonetaryAmount.HASAMOUNT <=1 . However, all nonempty values in " MonetaryAmount.HASAMOUNT " column are more than 1 and less than 1500. So the output is empty. Several questions ask about " Nam Davarian"/"Hakon Schuster"/"Luis Statz" but these people are not in the Person table. Several questions require filtering on SecuritiesTransaction.Hassettlementdate, I just want to check with you whether you observed such behavior. Thanks! nina |
I found that much of the tables have empty data in |
In FIBEN.sql we have the DDL for creating the DB, what about the data to actually populate the DB? Where can I find the data?
The text was updated successfully, but these errors were encountered: