Question
Small Industries Development Organisation was
established in which of the following year?Solution
Small Industries Development Organisation was established in 1954.
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
The command to test reachability of a host in Linux is:
In a relational schema, which normal form eliminates transitive dependencies (i.e., non-prime attribute depends on another non-prime attribute)?
Which debugging tool allows a developer to pause program execution at specific lines, inspect variable values, and execute code step-by-step?Â
Which join should be used when you want to list all customers and any orders they may have placed, including customers who haven’t placed any orders?
Which constraint ensures that no duplicate values exist in a column?
Which of the following is a non-relational database?
Which of the following SQL queries would return the total number of employees in each department, but only for departments with more than 10 employees?
When implementing a `Graph` traversal algorithm like Depth-First Search (DFS) recursively, what is the primary control flow mechanism that manages the o...
Which normal form removes partial dependency?