The International Day of Sport for Development and Peace is celebrated annually on 6 April to drive social change, community development and to foster peace and understanding. What is the theme of the day for 2024?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
How does the passage describe the vulnerability of infants and young children to extreme heat?
What will come in the place of 't' in the following question?
50% of 300 + (3/5) of 200 - 80 + t = 300What is the ratio of female in class 10th and male in class 8th
What approximate value should come in the place of the question mark ‘?’ in the following question?
(37.5% of 1615.86)/(100.97 × 0.995) = √?
If the ratio of the radius of two circles is 3 : 5. The perimeter of the smaller circle is 10% more than that of the perimeter of the square. If the side of the square is 30 cm, then, find the area of the larger circle?
How many people sit between W and the one who sits 3rd to the left of the one who sits 5th from the right end of the row?
Who among the following sits at the left end of the row?
Who sits 2nd to the right of the one who likes Red?
The number of swappings needed to sort the numbers 8, 22, 7, 9, 31, 5, 13 in ascending order, using bubble sort is
After execution of the following code, what will be the values of a, b and c?
int a,b,c;
b=1;
c=5;
a=0-(++b)+c++;
Consider two database relations R and S having m tuples in R and n tuples in S. What is the maximum number of tuples that could appear in the natural join of R and S?
NOTE:
MIN(m, n) will return a minimum of m and n
MAX(m, n) will return a maximum of m and n
Identify the correct statement(s) about Data Warehousing (DW):
A. DW system must be acceptable to regulators and business community.
B. DW system must not be based on open source platforms
C. DW system must present information attractive to users.
D. DW system must be secure bastion that protects the information.
E. DW system must be adaptive to change.
Choose the correct answer from the options given below:
Consider the following Table
The table is in which normal form?
The following numbers are inserted into an empty binary search tree in the given order: 10, 1, 3, 5, 15, 12, 16. What is the height of the binary search tree?
Database table by name Employee_Records is given below
What is the output of the following SQL query?
SELECT Count(*) FROM
( ( SELECT Employee, Manager FROM Employee_Records)
AS S NATURAL JOIN
( SELECT Manager, Salary FROM Employee_Records) AS T );
The weight of minimum spanning tree in graph G, calculated using Kruskal’s algorithm is: