Question
The ratio of the speed of boat βAβ in still water,
the speed of boat βBβ in still water and the speed of the current is 11:5:2, respectively. If the time taken by boat βAβ to travel (9D β 26) km downstream is equal to the time taken by boat βBβ to travel (D + 50) km upstream, then find the value of βDβ.Solution
Let, the speeds of boat βAβ and boat βBβ, in still water and the speed of the current be 11x km/hr, 5x km/hr and 2x km/hr, respectively. According to the question, (9D β 26)/(11x + 2x) = (D + 50)/(5x β 2x) Or, 27D β 78 = 13D + 650 Or, 14D = 728 Or, D = 52
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?
SQL Injection can be prevented by all EXCEPT:
Which SQL keyword prevents duplicate rows in result?
Which SQL keyword removes duplicate rows automatically from results?
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?
What is the primary purpose of a `SEQUENCE` in SQL?
A transaction in DBMS is said to be atomic if:
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which SQL function returns the number of rows in a table?
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to: