Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


write a qurey for finding the length of the sting.

Answers were Sorted based on User's Feedback



write a qurey for finding the length of the sting...

Answer / srinivas

select length('abc') from dual;

out put:
3

(or)
select length(<columname>) from <table>;

Is This Answer Correct ?    35 Yes 3 No

write a qurey for finding the length of the sting...

Answer / nagendra

select length('sting') from dual;

Is This Answer Correct ?    9 Yes 2 No

write a qurey for finding the length of the sting...

Answer / rinson

Select length('&string') from dual;

Is This Answer Correct ?    8 Yes 5 No

write a qurey for finding the length of the sting...

Answer / ajmal khan

select length('string') from dual;
or
select length(column_name) from table_name;

Is This Answer Correct ?    1 Yes 0 No

write a qurey for finding the length of the sting...

Answer / abhiraj

select LEN('welcome')

Is This Answer Correct ?    0 Yes 0 No

write a qurey for finding the length of the sting...

Answer / manjula

SELECT LEN ('string')

output :
6

Is This Answer Correct ?    4 Yes 16 No

Post New Answer

More SQL PLSQL Interview Questions

What is a loop in sql?

0 Answers  


What is mutating error?

0 Answers  


Is primary key always clustered index?

0 Answers  


Explain autonomous transaction.

0 Answers  


Does access use sql?

0 Answers  


what is the difference between clustered and non clustered index in sql? : Sql dba

0 Answers  


How to start oracle sql developer?

0 Answers  


How many rows can sqlite handle?

0 Answers  


What is the sql case statement?

0 Answers  


Is pl sql better than sql?

0 Answers  


Can we use more than one null value for unique key?

31 Answers   A1 Technology, Wipro,


what is bcp? When does it used? : Sql dba

0 Answers  


Categories