Question
If 7 16 x
90 171 292 Then, 2x 2 + 1 + x = ? In each of the following questions a number series is given. One term of the series is denoted by 'x' . You have to calculate the value of 'x' and by using the value of 'x' , you have to replace the question mark (?) in the following questions :Solution
7 + 32 = 16 16 + 52 = 41 41 + 72 = 90 90 + 92 = 171 171 + 112 = 292 Hence, x= 41 Hence, (2×x2 + 1 + x) = (2×412 + 1 + 41) = 3362 + 1 + 41 = 3404
Which SQL command is used to modify existing records in a table?
A materialized view differs from a normal view because it:
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
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?
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
SQL Injection can be prevented by all EXCEPT:
What is an SQL `VIEW`?
Deadlock in DBMS can be prevented using:
What is the primary purpose of a `SEQUENCE` in SQL?
Which SQL statement combines the results of two queries and removes duplicates?