Question
Find the greatest number that will divide 49, 147 and
322 to leave the same remainder in each case.Solution
According to the question, The differences will be, ⇒ 147 - 49 = 98 ⇒ 322 - 147 = 175 ⇒ 322 - 49 = 273 The set of numbers {98,175,273} Now HCF of {98,175,273} ⇒ 98 = 7 × 7 × 2 ⇒ 175 = 5 × 5 × 7 ⇒ 273 = 13 × 7 × 3 The HCF of {98,175,273} is 7
Which normal form ensures no partial dependency of non-prime attributes on a candidate key?
What will be the value of `x` after the following pseudo-code execution?Â
```
  x = 0
  data = [10, 20, 30]
  f...
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
Which of the following is a common technique for concurrency control in databases?
Which operation is NOT part of relational algebra?
In indexing, which tree is most commonly used for disk-based indexing because it minimizes disk seeks and keeps nodes dense?
A table is in 2NF (Second Normal Form) if it is in 1NF and:
Which of the following is a type of phishing attack?
Which of the following is NOT a type of database model?
Which SQL command is used to remove a table from the database?