Write a query to extract first 5 characters of a name in the column Stud_Name?
Answer Posted / shubham
select substr(Stud_Name,1,5) from Table;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I delete a table in database?
What is innodb buffer pool?
What is a db2 tablespace?
What is copy pending and check pending in db2?
What are types of indexes?
Is db2 a mainframe database?
What is cobol db2?
What are the two types of logging in the db2 database? Explain them.
What is concurrency?
How do I import a csv file into db2?
What are the full forms of spufi and dclgen and why are they used?
What is check constraint in db2?
Why do we need reorg in db2?
What does db2 plan contain?
Name the lockable units in DB2?