recategorized by
2,470 views
1 votes
1 votes

Consider a "CUSTOMERS" database table having a column "CITY" filled with all the names of Indian cities (in capital letters). The SQL statement that finds all cities that have "GAR" somewhere in its name, is:

A. select * from customers where city='%GAR%';
B. select * from customers where city='$GAR$';
C. select * from customers where city like '%GAR%';
D. select * from customers where city as'%GAR';
recategorized by

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
go_editor asked Aug 8, 2016
2,419 views
A data which improves the performance and accessibility of the database are called:IndexesUser DataApplication MetadataData Dictionary
1 votes
1 votes
1 answer
3
Sankaranarayanan P.N asked Aug 2, 2016
2,157 views
Match the following database terms to their functions $:$$\begin{array} {clcl} & \textbf{List – I} && \textbf{List – II} \\ \text{(a)} & \text{Normalization} & \te...
1 votes
1 votes
3 answers
4
im.raj asked May 26, 2016
5,408 views
A relation R={A,B,C,D,E,F,G} is given with following set of functional dependencies: F={AD→E, BE→F, B→C, AF→G}. Which of the following is a candidate key?AABABCAB...