Question
What is the speed of the stream? I. The boat
covers a distance of 54 km in 3 hours while running downstream. II. The boat covers the same distance in 6 hours while running upstream. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –Solution
we know that speed = (Distance)/(Time) From statement I Downstream speed = (54/3) = 18 km/hr Upstream speed = (54/6) = 9 km/hr  Speed of stream = (1/2) (Downstream - upstream speed) = (1/2) (18 - 9) = 4.5 km/hr Therefore, both the statements are necessary to answer the question.
A view in SQL is:
Consider a `LinkedList` data structure. Which control flow statement is most appropriate for iterating through all elements of the list from head to tai...
HTTPS ensures which of the following?
Which of the following is a type of phishing attack?
In the Relational Database Model, data is organized into:
What is context switching?
Which of the following is a common technique for concurrency control in databases?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
What does normalization in DBMS achieve?
Which SQL command is used to retrieve data from a table?