Question
There is enough food in a camp to last for 40 days if
each of the 50 soldiers present at the camp eat 3 times a day. After 10 days, 25 more soldiers joined the camp and remaining ate only twice a day. For how many days (from start) will the food last?Solution
Let the eating capacity of each soldier be 'x' units So, total food at the camp = (40 X 50 X 3 X x) = '6000x' units And food remaining after 10 days = 6000x - (10 X 50 X 3 X x) = '4500x' units So, required time = 4500x ÷ (x X 2 X 75) = 30 days So, the food will last for a total of 30 + 10 = 40 days
Which property of a transaction ensures that either all operations within the transaction are completed successfully, or none of them are?
Which of the following is a type of phishing attack?
 What is the primary purpose of a "Trigger" in a database?
Which type of join returns rows when there is a match in both tables?
What does the ‘
An RDBMS provides mechanisms for data integrity, such as primary keys and foreign keys, which are generally lacking in:
A `FOREIGN KEY` constraint is used to:
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
What does [aeiou] match in a regular expression?Â
In the Relational Database Model, data is organized into: