Question
From an external point P, a tangent PT is drawn to a
circle of radius 9 cm. If OP = 15 cm, then PT is:Solution
ATQ, In right triangle OPT: PT2 = OP2 - OT2 = 152 - 92 = 225 - 81 = 144 PT = 12 cm
Which of the following is a weak entity in a database?
Which of the following is used to enforce referential integrity?
Which stage involves evaluating the project's practicality, cost, and resources before proceeding further?
Â
In a relational schema, which normal form eliminates transitive dependencies (i.e., non-prime attribute depends on another non-prime attribute)?
Which SQL isolation level allows phantom reads but prevents dirty reads and non-repeatable reads?
In a relational database, what is a foreign key?
Which normal form eliminates transitive dependency?
During transaction before commit which of the following statements is done automatically in case of shutdown?
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
A software defect that causes a program to produce incorrect output without crashing or displaying an error message is typically classified as a:Â