Q1. What is the difference between ViewChild and ContentChild?
Both are query decorators, but they search different places. @ViewChild queries the component's own template, while @ContentChild queries content projected into the compo...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (7 available).
Both are query decorators, but they search different places. @ViewChild queries the component's own template, while @ContentChild queries content projected into the compo...
The **`FROM`** clause identifies the source table(s), views, joined tables, or subqueries from which data is to be retrieved, filtered, and aggregated. ### Logical SQL Pr...
Subqueries can be nested within virtually every major SQL clause and statement: 1. **`WHERE` Clause**: Filtering candidate rows (`WHERE id IN (SELECT ...)`) 2. **`FROM` C...
`IN`, `ANY`, `ALL`, `EXISTS`, `NOT EXISTS`, and standard comparison operators (`=`, `>`, `=`, ` ALL (SELECT salary FROM employees WHERE dept = 'Sales') WHERE salary > ANY...
- **Clustered**: Determines physical storage order. One per table. The data IS the index. - **Non-Clustered**: Separate structure with pointers to data. Multiple allowed ...
A code injection attack where malicious SQL is inserted via user input. Prevention: 1. **Parameterized queries** (prepared statements) 2. **Input validation** 3. **ORM fr...
1. **Simplify complex queries** — hide JOINs and aggregations 2. **Security** — expose only specific columns/rows 3. **Logical independence** — shield apps from schema ch...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.