Write a program to read and write data to a file.
Home/Questions/Page 194
SIKSHAPATH Latest Questions
ANAN
Asked: November 15, 2021In: Data Structure
Create a binary search tree with the input given below: 98, 2, 48, 12, 56, 32, 4, 67, 23, 87, 23, 55, 46 (a) Insert 21, 39, 45, 54, and 63 into the tree
AK
Asked: November 15, 2021In: DBMS
Create table named emp have two column id and salary with number datatype. Insert the value into the table created using procedures.
practice503
Asked: November 15, 2021In: DBMS
Create a trigger that checks if “value” is greater than 1000 for any new row inserted to “Test” table, then insert a row to Audit table?
Jon
Asked: November 15, 2021In: Programming Language
Write a program to insert values in a table at run time using JDBC.
A.S
Asked: November 15, 2021In: DBMS
Write a trigger to ensure that no employee of age less than 25 can be inserted in the database.