Question
Cabbage has anticancer properties due to presence
of:Solution
Indole-3-carbinol (I3C) is a natural compound derived from the breakdown of the glucosinolate glucobrassicin, which is found in broccoli, cauliflower, cabbage, collard greens, Brussels sprouts, and kale.
Which index type is most beneficial for queries that use range predicates (e.g., WHERE age BETWEEN 20 AND 30)?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which operator is used for pattern matching in SQL?
A transaction in DBMS is said to be atomic if:
What is the main function of a PL/SQL `TRIGGER`?
What is the result of SELECT COUNT(NULL) on any table?
Which command removes all rows but keeps table structure?
Which SQL function returns the largest value in a column?
Which operator is used to combine results of two SELECT queries and remove duplicates?
Which of the following can be used to avoid duplicate entries in a column?