31. |
In which of the following datatype we can not apply ORDER BY clause ? (નીચે ના માંથી કઈ ડેટા ટાઈપ માં ORDER BY ક્લોઝ નો ઉપયોગ ના કરી શકાય ?)
|
||||||||
Answer:
Option (d) |
32. |
Which of the following keyword we can use to sort data in ascending order ? (નીચે ના માંથી ક્યાં કીવર્ડ ની મદદ થી ડેટા ને ascending ઓર્ડર માં સોર્ટ કરી શકાય છે ?)
|
||||||||
Answer:
Option (b) |
33. |
Which of the following keyword we can use to sort data in descending order ? (નીચે ના માંથી ક્યાં કીવર્ડ ની મદદ થી ડેટા ને descending ઓર્ડર માં સોર્ટ કરી શકાય છે ?)
|
||||||||
Answer:
Option (c) |
34. |
We can use only one column with ORDER BY clause (ORDER BY ક્લોઝ ની સાથે એક જ કોલમ નો ઉપયોગ કરી શકાય છે)
|
||||
Answer:
Option (b) |
35. |
Guess the output of following query ; select c_id,amount from demo_orders order by amount (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select c_id,amount from demo_orders order by amount)
|
||||||||
Answer:
Option (d) |
36. |
Can we use aggregate function with ORDER BY clause ? (ORDER BY ક્લોઝ ની સાથે આપણે એગ્રીગેટ ફંક્શન નો ઉપયોગ કરી શકી ?)
|
||||
Answer:
Option (a) |
37. |
Can we use ASC and DESC both in single query ? (એક જ ક્વેરી માં ASC અને DESC બંને યુઝ કરી શકાય કે નહિ ?)
|
||||
Answer:
Option (a) |
38. |
In SQL, which of the following symbol indicates not equal to ? (SQL માં નીચે ના માંથી કયો સિમ્બોલ not equal to દર્શાવે છે ?)
|
||||||||
Answer:
Option (c) |
39. |
BETWEEN and IN are ________ operators (BETWEEN અને IN ________ ઓપરેટર્સ છે)
|
||||||||
Answer:
Option (a) |
40. |
AND operatos can can be used with WHERE and HAVING clause ? (AND ઓપરેટર ને WHERE અને HAVING બંને ક્લોઝ સાથે ઉપયોગ કરી શકાય છે ?)
|
||||
Answer:
Option (a) |