Question
What is the smallest number of the six numbers? Â
I.The average of six consecutive odd numbers is 8.  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 × 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
Which normal form ensures no partial dependency of non-prime attributes on a candidate key?
Which layer of the OSI model handles logical addressing and routing?
HTTPS ensures which of the following?
A PL/SQL `TRIGGER` is a stored program that automatically executes in response to:
Which type of join returns only matching records from both tables?
Which of the following is a type of phishing attack?
Which SQL isolation level allows phantom reads but prevents dirty reads and non-repeatable reads?
Which normal form eliminates transitive dependencies?
In a relational database, what is a foreign key?
Which constraint ensures that a column contains only unique values, but allows NULL values?