i have 2 tables 4 colums table 1 respective values a1 6,
a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3
9, a4 12. if compare 2 tables 3 colums values same then 4th
column values 1)Qes diff >5 then (5 * diff value ) 2)Qes
diff <5 the 5 3)Qes diff 5 then 5 print respective values..
No Answer is Posted For this Question
Be the First to Post Answer
What is a shell script? Can you name some of its advantages?
what is the difference between cmp and diff commands
What is wc in shell script?
If one dont know how to create a script then how he/she can use the QTP?
What are the different shells available?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
Why is it called a shell?
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
What does $1 mean in bash?
How to use arguments in a script?
What is shell terminal?
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.