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

What are the different shells available?

3 Answers  


How can the contents of a file inside jar be read without extracting in a shell script?

0 Answers  


What is the purpose of scripting?

0 Answers  


How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"

12 Answers   Cap Gemini,


There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.

1 Answers   Wipro,






What is scripting autism?

0 Answers  


Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.

1 Answers  


What is a file basename?

0 Answers  


How do you find out What is your shell?

0 Answers  


What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?

0 Answers  


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


What is bash used for?

0 Answers  


Categories