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
How do you write an inner join query?
What is the command used to fetch the first 5 characters of a string?
How do you modify a trigger?
How does cross join work?
what is innodb? : Sql dba
What is a clob in sql?
what is cross join? : Sql dba
How do I install sql?
Why do we use partitions in sql?
What is parallel hint?
How can you select unique records from a table?
how to run 'mysql' commands from a batch file? : Sql dba
How do I count duplicates in sql?
Which is faster count (*) or count 1?
Is primary key is clustered index?