How do I truncate a word?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Is ms sql is free?

0 Answers  


Is sql a microsoft product?

0 Answers  


What is a record in pl/sql?

0 Answers  


How many types of triggers are there in pl sql?

0 Answers  


Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin

5 Answers   Deloitte, Ness Technologies,






What is a string data type in sql?

0 Answers  


What is the advantage of index in sql?

0 Answers  


What is meant by temporal data?

0 Answers  


What is difference between table and view?

0 Answers  


How do you optimize a stored procedure in sql?

0 Answers  


What is set serveroutput on?

0 Answers  


What is a table partition?

0 Answers  


Categories