SQL Workbench Work

In this assignment, we will create a view in finhistdb to pick S&P 100 tickers.

S&P100 is an index of ticker symbols that comprise the index.  Create a View named currentSP100Price and include all the Tickers and current prices of the stocks.  The base table to use is pricehist table.

Since there are 100 tickers, not all the tickers might be available in the pricehist table. 

In this assignment, please upload two items:

1.  SQL to create the view currentSP100Price.  Upload your SQL to Blackboard.

2.  Code SQL to select accounts with stock positions that are in the currentSP100Price view results.  In the SQL, show the account name, ticker, no. of shares, price per share and market value.  Upload your SQL to Blackboard.