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
How will you connect to a database server from linux?
What does it mean to debug a script?
How do I run a .sh file on mac?
What is the default ubuntu terminal?
How will I insert a line "abcdef" at every 100th line of a file?
whta is the use of "exec" command?
What is the syntax of "grep" command?
What's the difference between scripting and coding?
What is Linux language details
How do I open the shell in cmd?
Is bash an operating system?
What does sh mean?