Computer Science, asked by sreeramrupesh, 6 months ago

Using the supplier and parts database, write an cursor program to read and
print all parts in part number, deleting every tenth one as you go, and begin a
new transaction after every tenth row. You can use the foreign key delete
CASCADE rule from parts,commit,rollback and savepoint .

Answers

Answered by kartiksharma0711
5

Answer:

thanks for free points and Pls thanks my all answers

Answered by 27swatikumari
0

Answer: All of the things in the inventory database will be displayed using those databases. We will look up the vendor who can supply the item and display the vendor's contact information as part of displaying any given inventory item.

Explanation: We develop the Example Inventory Read programmed to accomplish this. This programmed reads all inventory data and displays them by:

opening the environment, then the database objects for the vendor, class directory, and inventory. Using the MyDbEnv class, we carry out this. This class is described in Stored Class Catalog Management with MyDbEnv.

using the inventory database to get a pointer.

systematically displays each entry as it moves through the database.

The custom tuple binding that we developed in InventoryBinding.java is used to show the Inventory record.

The vendor associated with the inventory object can be found using database. Get().

The Database Entry returned by the get() method is changed into a Vendor object using a serial connection.

The vendor object's elements are shown.

Learn more about elements from here;

https://brainly.in/question/3118773

https://brainly.in/question/451924

#SPJ3

Similar questions