🎴 Flashcard Mode
Database Management System
Card1 / 26
Mastered0
Review0
QuestionClick to flip
What would be the output of the following SQL query?
SQL>select trunc(19.989776,1) from dual;
AnswerClick to flip back
A
19.9
💡 Explanation:
This is the correct option as this function truncates the input number upto one decimal place.