Fname Lname City Pin
ramesh kumar salem 365241
Query to generate a code having the firstletter of
Fname,Lname & 3letter of city Last 3letter of pin,all in
capital letters
Answer Posted / sonali
select substr(ucase(Fname),1,1), substr(ucase(Lname),1,1),
substr(ucase(City),1,3), mid(Pin,-3) from emp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about reporting services of MYSQL?
How to rename an existing table in mysql?
What is a mysql model?
Which is faster mongodb or mysql?
What is definer in mysql trigger?
How many entries can mysql handle?
What is RMS Migrations
What is the usage of ENUMs in MySQL?
Why is the basic difference between left join, right join and inner join?
What is maximum table size in mysql?
What is heap table in mysql?
Why is mysql popular?
What happens if you no create privilege in a database?
What are federated tables?
What are the advantages of mysql?