Problem
Write a Java program to query the Stock Tracker database for all users and all stocks held by each user. List the user's ID, first name, and last name followed by their stocks, including both the stock symbol and stock description (name). This can be a console application that produces output to the screen, as shown in Figure 11-80. Use the project, Stock Tracker, to add additional users and stocks, if necessary. For an extra challenge, use only the StockTrackerDB data access class to obtain data from the database.