| 21. |
After deleting all records if we want to rollback those records again then which query we should use for deleting records ? (બધા રેકોર્ડ્સ ને ડીલીટ કર્યા બાદ તેમને રોલબેક કરવા હોય તો તે બધા રેકોર્ડ્સ ને ડીલીટ કરવા માટે નીચે ના માંથી કઈ ક્વેરી નો ઉપયોગ કરવો જોઈએ?)
|
||||||||
|
Answer:
Option (d) |
| 22. |
To find out the sum of all values for any specific one column then which aggregate function we can use ? (કોઈ એક સ્પેસીફિક કોલમ ની વેલ્યુ નો સરવાળો શોધવા માટે નીચે ના માંથી ક્યાં એગ્રીગેટ ફંક્શન નો ઉપયોગ કરવામાં આવે છે ?)
|
||||||||
|
Answer:
Option (a) |
| 23. |
Purpose of the GROUP BY is ______ (GROUP BY નો હેતુ _______ છે)
|
||||||||
|
Answer:
Option (a) |
| 24. |
We can use group by statenent with only one column ? (ગ્રુપ બાય સ્ટેટમેન્ટ નો ઉપયોગ ફક્ત એક જ કોલમ ની સાથે કરી શકાય છે ?)
|
||||
|
Answer:
Option (b) |
| 25. |
Guess the output of following query; select c_id,sum(amount) from demo_orders group by c_id; (નીચેની ક્વેરીનું આઉટપુટ guess કરો ; select c_id,sum(amount) from demo_orders group by c_id;)
|
||||||||
|
Answer:
Option (c) |
| 26. |
Which clause is similar to HAVING clause ? (નીચે ના માંથી કયું HAVING ક્લોઝ જેવું કામ કરે છે ?)
|
||||||||
|
Answer:
Option (a) |
| 27. |
Purpose of the HAVING is ______ (HAVING નો હેતુ _______ છે)
|
||||||||
|
Answer:
Option (d) |
| 28. |
With the help of GROUP BY and HAVING, both clause you can working with _______ (GROUP By અને HAVING બંને ની મદદ થી તમે ______ સાથે કામ કરી શકો છો)
|
||||||
|
Answer:
Option (c) |
| 29. |
ASC and DESC can be used with which of the following clause ? (ASC અને DESC બંને નીચે ના માંથી ક્યાં કલોઝ સાથે ઉપયોગ કરી શકાય છે ?)
|
||||||||
|
Answer:
Option (d) |
| 30. |
ORDER BY clause will perform ________ sort order by default (ORDER BY ક્લોઝ ડીફોલ્ટ માં ____ ઓર્ડર માં ડેટા ને સોર્ટ કરે છે)
|
||||
|
Answer:
Option (a) |