I am stuck at the very beginning. I cannot load the data.
The very first instruction in the Fundamentals capstone project reads:
Let’s start with loading in our newly created partitioned database which was created at getenv[
HOME],“/fundamentals_capstone_dbs/”`.
1.1 Load into the current process the database that was created
I tried this command without success:
\l $HOME/fundamentals_capstone_dbs/ \l ./db/fundamentals_capstone_dbs/
As part of the initialization we created a partitioned database with the following tables:
trade
- contains all the trade detailsspread
- Contains the option spread definitionsnbbo
- Contains the National Best Bid Offer quotes for each option
None of these tables have been created after loading the data so I guess my command for loading the data has some error.
But where?
Thank you so so much for reaching out to me.
Gratefully,
Angelica
PS I work for a consultancy firm and some of my colleagues want to learn qdb+. I am supposed to inspire them and I get stuck so so easily. Not even chatgpt could help me!