41. |
Guess the output of following query; select emp_name,emp_dep,emp_salary from emp where emp_salary>18000 OR emp_dep='computer'; (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select emp_name,emp_dep,emp_salary from emp where emp_salary>18000 OR emp_dep='computer';)
|
||||||||
Answer:
Option (c) |
42. |
Guess the output of following query; select emp_name from emp where joining_date between '05/01/2018' and '08/02/2020'; (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select emp_name from emp where joining_date between '05/01/2018' and '08/02/2020';)
|
||||||||
Answer:
Option (c) |
43. |
Which of the following query is true ? (નીચે ના માંથી કઈ ક્વેરી સાચી છે ?)
|
||||||||
Answer:
Option (a) |
44. |
LIKE and Concatenation are ________ operators (LIKE અને Concatenation ________ ઓપરેટર્સ છે)
|
||||||||
Answer:
Option (c) |
45. |
Like operator performs _______ matching and = operator performs _______ matching (Like ઓપરેટર _______ મેચિંગ અને = ઓપરેટર ______ મેચિંગ પરફોર્મ કરે છે)
|
||||||||
Answer:
Option (b) |
46. |
If we want to compare a single value with set of values then which operator we can use ? (જયારે આપણે એક વેલ્યુ ને સેટ ઓફ વેલ્યુસ સાથે કમ્પેર કરવી હોય ત્યારે ક્યાં ઓપરેટર નો ઉપયોગ કરવો જોઈએ ?)
|
||||||||
Answer:
Option (d) |
47. |
Guess the output of the following query; select round (36.67,1) from dual (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select round (36.67,1) from dual)
|
||||||||
Answer:
Option (b) |
48. |
Guess the output of the following query; select floor (-89.23), ceil (-89.23) from dual (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select floor (-89.23), ceil (-89.23) from dual)
|
||||
Answer:
Option (a) |
49. |
Guess the output of the following query; select floor (89.23), ceil (89.23) from dual (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select floor (89.23), ceil (89.23) from dual)
|
||||
Answer:
Option (b) |
50. |
Guess the output of the following query; select substr('Database Management System',10,12) from dual (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select substr('Database Management System',10,12) from dual)
|
||||||||
Answer:
Option (d) |