Assignment: You will develop a database application for transaction management for the database you developed in assignment 3. Description:
a. Use the SQL schema that you created in assignment 3 for the car rental company.
b. Create a JAVA class âCarCompanyQuery.javaâ to interact with database. c. Run the queries in assignment 3 using this java class and provide sample output. d. Create a java test class CarCompanyQueryTest.java to test your code.
Using SQL Server 2012
Please Provide the Java Code