|
Related Questions |
View Answer |
|
20) What is the result of this query if no rows are selected:
|
View Answer
|
|
19) Consider the employee table with column PROJECT nullable. How can you get a list of employees who are not assigned to any project?
|
View Answer
|
|
18) What do you accomplish by GROUP BY ... HAVING clause? �
|
View Answer
|
|
17) What is the meaning of underscore ( �_� ) in the LIKE statement? �
|
View Answer
|
|
16) When do you use a LIKE statement?
|
View Answer
|
|
15) What is 'LIKE' used for in WHERE clause? What are the wildcard characters? �
|
View Answer
|
|
13) In the WHERE clause what is BETWEEN and IN? �
|
View Answer
|
|
12) What is the restriction on using UNION in embedded SQL?
|
View Answer
|
|
11) What is UNION,UNION ALL? �
|
View Answer
|
|
10) What is the use of VALUE function?
|
View Answer
|
|
9) How do you concatenate the FIRSTNAME and LASTNAME from EMP table to give a complete name?
|
View Answer
|
|
8) My SQL statement SELECT AVG(SALARY) FROM EMP yields inaccurate results. Why?
|
View Answer
|
|
7) Can you use MAX on a CHAR column?
|
View Answer
|
|
6) What are aggregate functions?
|
View Answer
|
|
5) How do you retrieve the first 5 characters of FIRSTNAME column of DB2 table EMP ?
|
View Answer
|
|
4) How do you find the maximum value in a column in db2?
|
View Answer
|
|
3) How do you select a row using indexes in DB2?
|
View Answer
|
|
2) How do you eliminate duplicate values in DB2 SELECT ?
|
View Answer
|
|
1) How would you find out the total number of rows in a DB2 table?
|
View Answer
|
|
What are difference between version control and debugging tools?
|
View Answer
|