Question
The sum of the digits of a two-digit number is 15. If
the new number formed by reversing the digits is greater than the original number by 27, find the sum of the original number and the number obtained on reversing the digits.Solution
The correct answer is A
Which SQL clause is used to filter results after a GROUP BY operation?
Which SQL clause is used to group rows?
What is an SQL `VIEW`?
Which SQL keyword prevents duplicate rows in result?
Which SQL command is used to remove a table completely?
Which clause is used to sort query results in SQL?
Which SQL operator is used to search for a pattern in a column?
Which of the following statements about SQL `INDEXES` is generally TRUE?
Which join returns rows from the left table even when there is no matching row in the right table, filling with NULLs for the right side?
What is an SQL `VIEW`?