Using OracleSQL and Java
I have a "TickerSymbol Database" and a "Stockquote Database".
Selecting TickerSymbols from "GOOG","APPL","FB", and "AMZN" from the "TickerSymbolDatabase"
and circulating the ticker symbols at the end of YahooFinance URL.
http://finance.yahoo.com/q?s= (TICKER)
Then finding the stock quote, and inserting the quote data into the "Stockquote Database".
I'm not exactly sure how to use the Jsoup selector, or how to circulate the ticker symbols at the end of the YahooFinance URL