Question
What approximate value will come in place of the question
mark (?) in the following question? (Note: You are not expected to calculate the exact value.) 18.67% of ? + β324.91 = 30.05% of 150.07Solution
ATQ,
18.67% of ? + β324.91 = 30.05% of 150.07
19% of ? + β325 ~ 30% of 150
(19/100) Γ ? + 18 ~ 45
(19/100) Γ ? ~ 45 β 18
? ~ 27 Γ (100/19)
? ~ 142
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
Materialized views differ from normal views because:
SQL Injection can be prevented by all EXCEPT:
Which SQL command is used to modify existing records in a table?
Which SQL operator is used to search for a pattern in a column?
Deadlock in DBMS can be prevented using:
What is the primary purpose of a PL/SQL `CURSOR`?
Which SQL command is used to remove a table completely?
What is the main function of a PL/SQL `TRIGGER`?
A `BEFORE INSERT` trigger fires: