- [3 points] Help the developers at ACME Random Data Company determine the candidate and 5 possible super keys on the following tables.
- [2 points] They also want to know if any of these tables can benefit from implementing a surrogate key. Explain why or why not.
- Refer to the Bank_table_definitions.pdf and design queries to solve the following requests.
- [2 points] Retrieve the names of all branches in the states WA, OR, and CA.
- [3 points] Retrieve the customer ID and Name for all customers who live in a city where the city name ends in "ville". For example, everyone who lives in Nashville or Jacksonville should be returned.
- [2 points] List the names of all the employees who work at the Department named "Loan".
- [3 points] List the names of bank branch and the number of checking accounts at each branch. Checking accounts have a type of "CHECKING".
- [2 points] List all employees who work for John Smith in any bank branch in Oregon (OR).
- [3 points] List the names of the customers who made transactions of an amount exceeding $100 any bank branch in Seattle.
- Assignment status: Solved by our Writing Team
- Source@PrimeWritersBay.com GET THIS PAPER COMPLETED FOR YOU FROM THE WRITING EXPERTS CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com
1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that
Comments
Post a Comment