Task 15 - Java Database Connectivity with MySQL - Assignment 3, Section A

Assume ‘infosys’ database contains 3 tables i.e. products, product_categories and sales. You can download the SQL file to create above database, tables and to insert some records for testing purpose.

Make a java class having following static methods (class name shall be your registration number and name):

static void updateProductNameAndStatus(int productID, String newName, boolean newStatus)
static int getAverageSalePrice(int productID)
static ArrayList<String> getProductsNames(int categoryID, String searchQueryString)




Column name and data type of each column is shown in below diagram for your quick reference:

updateProductNameAndStatus shall update the product name and status, use would pass the product id, and new name and new status as argument.

getAverageSalePrice shall return the average unit_price a product is sold at. The product ID shall be passed as arugment.

getProductsNames shall return the list of products’ names. User would pass the search query string (or search keyword) and category ID as argument. Consider a search keyword as substring that the product name must contain. For example, if "dell" is passed as searchQueryString and 18 is passed as categoryID, you shall display all products whose catetgory id is 18 and whose name contain the work "dell" in start or somewher between or at end (any where).

Also make a main method in your class, call above method without creating any object of the class. You shall pass fixed values as arguments, no need to take input from user.

You would get -10 marks if you cheated or your code matched with some other student.

Comments

  1. Being a developer, you have always to be vigilent and ready to face the new challenges that can hinder our speed and can delay the progress of development.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. In this task off http://www.thesispresentation.com/ you will learn that how to connect the MySQL with the Java database. The process is simple, but if you're a new person then you will face multiple challenges to connect the database to this forum.

    ReplyDelete
  4. There is the best Java Database connectivity to the MySQL. In this section of assignment 3 you can entertain your concepts with the best logics. There is also greater apsa style annotated bibliography with which you can check the issues of connectivity.

    ReplyDelete
  5. MySQL and Java both are very popular for programming , both are different from each other but you explain the relation between them. its really helpful for them who start learning Java or MySQL . keep writing like this https://www.annotatedbibliographymaker.com/ama-annotated-bibliography-help/

    ReplyDelete
  6. I want to be the part of the Java class because the Java development is now in trend and more important thing Java is also can use in Back End development.

    ReplyDelete
  7. The task with the java database is really some tough side but you can do it by your way if you can read the code and find out whats going on there. check it to get more tips and helpful guide on research papers writing.

    ReplyDelete
  8. Databases is very interesting subject.We studied it in BSCS.One of a teacher from http://www.writingabio.com/accountant-biography-tips/ is good at database connectivity.If anyone needs guidance then contact him.

    ReplyDelete
  9. This video is revealing to us the new outlines of the kitchen. These kitchen plans are educating us regarding the new http://research.proposalwritingservice.com/ design and might be this sort of form is helping us to live more better way and face these styles.

    ReplyDelete

Post a Comment