Question
The average of 7 consecutive numbers is 20. The largest
of these numbers isSolution
let the consecutive no be x,x+1,x+2,x+3,x+4,x+5,x+6 sum of all consecutive numbers=x+x+1+x+2+x+3+x+4+x+5+x+6= 7x+21=7(x+3) average = (sum of all numbers)/( total numbers) given average=20 20 = (7(x+3))/7 = x + 3 X + 3 = 20 => x = 17 largest number is x+6=17+6=23
What is the purpose of the SQL "GROUP BY" clause?
Which of the following storage devices is considered non-volatile?
Which normal form deals with the issue of transitive dependencies?
A collection of Data organized in a manner that allows access, retrieval & use of the data
Which tier uses application server
What does the term "normalization" refer to in the context of database design?
Pick the odd one out.
Which database model is based on the mathematical set theory and is the foundation of many modern databases?
Which of the following memories has the shortest access times?
Which of the following joins returns all rows from both tables, filling in NULL values for non-matching rows?