Home »
MCQs »
SQL MCQs »
SQL Comments, Group By, Cast Function MCQs
Which one if these is used to put the same value in all the rows?
2. Which one if these is used to put the same value in all the rows?
- Group by unique column
- Group by single column
- Group by one column
- Group by same value
Answer: B) Group by single column
Explanation:
Group by single column is used to put the same value in all the rows.