Question
The number of significant figures for 5.1250 and 0.06900
respectively are____ÂSolution
For the number 5.1250, all digits including the trailing zero after the decimal are significant, so it has 5 significant figures. For the number 0.06900, leading zeros are not significant, but the digits 6, 9, 0, 0 count as significant because trailing zeros after a decimal point are significant, giving 4 significant figures.
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
What is the main function of a PL/SQL `TRIGGER`?
Which operator is used for pattern matching in SQL?
Which SQL constraint ensures a column cannot have NULL values?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which type of trigger fires once for each row affected by the triggering DML statement?
Which SQL command is used to remove a table completely?
Which SQL function returns the number of rows in a table?
Which SQL keyword is used to remove duplicate records from a query result?