What keyword does an SQL SELECT statement use for a string
search?
Answers were Sorted based on User's Feedback
Like is used with where clause to search,update, and delete a record using wild cards.
Example:-
To Search;-
select * from Employee where Name like 'a%'
Note;- Search all records whose employee name is stared from a character.
To Update:-
update Employee set Name='amit' where Name like 'a%'
update all records with name amit whose employee name is started from a character.
To Delete:-
delete from Employee where Name like 'a%'
Delete all records whose employee name is started from a Character.
| Is This Answer Correct ? | 1 Yes | 0 No |
How is a typical DB2 batch program executed ?
What is the function of the Data Manager?
What is cobol db2?
Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?
In cursor program perform para varying until 1 by 1 fetch para cursor------close para in the blank what will come for confirming in the database?
How many databases are there?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
What's the maximum number of volumes that can be added to a STOGROUP?
Why use RUNSTAT Utility?
what is consistency token
How do I copy a table in db2?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?