CSC409 Advanced Java Programming

Advanced Java ProgrammingTU Board 2080

Assume a table MOVIE(id, title, genre). Now, using JDBC, perform the following queries: a. Add any three records to the MOVIE table. b. Using a prepared statement, update the genre to "Comedy"…

5

Assume a table MOVIE(id, title, genre). Now, using JDBC, perform the following queries:
a. Add any three records to the MOVIE table.
b. Using a prepared statement, update the genre to "Comedy" having the title "Jatra".

A worked answer is on its wayMeanwhile, read the Advanced Java Programming notes for this topic.

Discussion

Loading…

More Advanced Java Programming questions

All Advanced Java Programming old questions