Question
In a certain code language, ‘POINT’ is coded as
‘61’ and ‘NAILS’ is coded as ‘80’. How will ‘MINT’ be coded in that language?Solution
The logic is Sum of positional value of opposite letters of given letters in the word. POINT → KLRMG → 11 + 12 + 18 + 13 + 7 = 61. NAILS → MZROH → 13 + 26 + 18 + 15 + 8 = 80. MINT → NRNG → 14 + 18 + 14 + 7 = 53.
Which SQL function returns the total number of rows in a table?
Which OLAP operation allows drilling down into more detailed data?
A star schema in a data warehouse consists of:
In a star schema, what is the main advantage of using surrogate keys in fact tables?
Which of the following is used to maintain information about the structure of a data warehouse?
A snowflake schema differs from a star schema mainly because:
Which SQL clause is used to summarize data?
A Fact Constellation Schema is also called:
In a data warehouse, a fact table typically contains:
Which schema uses multiple fact tables sharing dimension tables?