Hello all,

This is my assignment on shell scripting, can anyone help
me regarding this ?

Create a shell script which connects to the database

In second shell script include the first script for the DB
connection

Create a table (PRADEEP_DATA) with 2 columns (name, value)

In Third shell script include the first script for the DB
connection

And insert/delete the values from the Table, by accepting
input from the user

This functionality should be a menu driven Program:


1) Insert to the database
a. Name
b. value

2)Delete from the database
a.Name
b.value

Exception handling needs to be taken care.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

When you login to a c shell, which script would be run first?

2 Answers  


What is the syntax of "expr" command?

2 Answers  


What is the significance of $#?

0 Answers  


what is the difference between sh & bash shell?

1 Answers  


Where are cowrie shells found?

0 Answers  






how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example

4 Answers  


How do I edit a .sh file?

0 Answers  


What is the difference between grep and egrep?

0 Answers  


What are the different variables present in linux shell?

0 Answers  


What are "c" and "b" permission fields of a file?

0 Answers  


What is Linux language details

0 Answers   Quick Heal,


In shell scripting if text is surrounded by single quotes what does it denotes?

3 Answers  


Categories