HP Interview -2016
Unix
1) grep command in unix
2) what is set command
Answer Posted / sumanamara
2)
select length('HELLO')- length(replace('HELLO','L',''))
FROM
dual;
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
State few characteristics of pl/sql?
what is the use of double ampersand (&&) in sql queries?
What is attribute indicator in pl sql?
How can I tell if sql is running?
Does truncate need commit?
Is ms sql traffic encrypted?
How many row comparison operators are used while working with a subquery?
what is not null constraint? : Sql dba
Why do we use partitions in sql?
What is the requirement of self-join?
What is the usage of distinct keyword?
Why partition by is used in sql?
What is a mutating table and a constraining table?
How does cross join work?
Explain the insert into statements in sql?