Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

data instances #1

Open
arademaker opened this issue Oct 28, 2020 · 3 comments
Open

data instances #1

arademaker opened this issue Oct 28, 2020 · 3 comments

Comments

@arademaker
Copy link

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?

@abdulquamar
Copy link
Contributor

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.

@nnarodytska
Copy link

nnarodytska commented Apr 16, 2024

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.
Concrete example: Show me the stock if its last traded value is higher than 1500

Several questions  ask about " Nam Davarian"/"Hakon Schuster"/"Luis Statz" but these people are not in the Person table.
Concrete example: In how many states does Luis Statz live

Several questions require filtering on  SecuritiesTransaction.Hassettlementdate,
e.g. SecuritiesTransaction.Hassettlementdate  >= '2018-01-01 00:00:00.000'.
However, all settlement dates in SecuritiesTransaction.csv are before 2018.'
Concrete example:  "Find all transaction on IBM stocks in  2018"

I just want to check with you whether you observed such behavior.

Thanks!

nina

@Gxyrious
Copy link

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.

I found that much of the tables have empty data in data.zip, which leads to the empty exec result of some sql. I just wonder if you have miss some data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants