19. Display all clients whose name begins with the letter J
or contains the letter M anywhere or contains E as the third
letter.
Answer Posted / suresh babu
select client_name from client where client_name like 'j%'
or client_name like '%M%' or client_name like '___E%';
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how to clone 9i Database on to 10g Database.
Why is oracle used?
State and explain the different types of data models?
What privilege is needed for a user to create indexes in oracle?
How to omit columns with default values in insert statement in oracle?
Is java required for oracle client?
How to select all columns of all rows from a table in oracle?
What are the attributes that are found in a cursor?
What is the difference between PFILE and SPFILE in Oracle?
Give the various exception types.
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
Does oracle database need java?
What is null value in oracle?
What is a user account in oracle?