How to open a Database using Unix Command Please Do Reply
Answer Posted / srinivas panguluri
Answer for DB2:
db2 connect to database_name user schema_name using password
For rest of the SQL queries add db2 as alias
ex: db2 select * from tablename.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the command to compare two files in unix?
Why is it called a shebang?
Who invented grep?
What do know about tee command and its usage?
What does awk stand for?
Is grep faster than awk?
What are bash commands?
What does pipe () return?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I run a bash script?
What is updatedb?
What does the command ' $who | sort –logfile > newfile' do?
What is the difference between awk and grep?
What does the md command do?
Enlist some filename manipulation commands in unix.