Question
What is the smallest number of the six numbers? Â
Statement I:  The average of six consecutive odd numbers is 8.  Statement II:  The sum of six consecutive odd numbers is 48. 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
From Statement I:  Let the first number be x.  x + (x + 2) + (x + 4) + (x + 6) + (x + 8) + (x + 10) = 8 x 6  ⇒ 6x + 30 = 48  ⇒ 6x = 48 – 30  ⇒ 6x = 18        x = 3  From Statement II:  Let the first number be x.  x + (x + 2) + (x + 4) + (x + 6) + (x + 8) + (x + 10) = 48  ⇒ 6x + 30 = 48  ⇒ 6x = 48 – 30  ⇒ 6x = 18        x = 3
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?