Which keyword retains duplicate output rows in a query result ?
3 Likes
ALL keyword retains duplicate output rows in a query result.
ALL
Answered By
2 Likes
What is null value in MySQL database ? Can you use nulls in arithmetic expressions ?
Which keyword eliminates the redundant data from a query result ?
How would you display system date as the result of a query ?
How would you calculate 13 * 15 in SQL ?