Question
At what time will a train reach city P from city Q?
I. The 600 meter long train crosses a signal pole in 20 seconds. II. The another train crosses a 400 m long platform in 30 secs. III. The train leaves city P at 10:00 am for city Q situated at a distance of 1,620 km. Each of the questions below consists of a question and three statements numbered I, II and III given below it. You have to decide whether the data provided in all the three statements are sufficient to answer the question. Read all the statements and give answer –Solution
From I and III, Speed of the train = 600/20×  18/5 = 108 km/hr. Time = 1620/108 = 15 hrs. Arrival time = 10 am + 15 hrs = 1 am. Statements II and III together is sufficient 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?