0% found this document useful (0 votes)
3 views2 pages

Q

The document outlines a series of SQL interview questions and topics, including differences between DBMS and RDBMS, primary and foreign keys, constraints, DDL and DML commands, and various SQL clauses. It also covers advanced topics such as indexing, normalization, triggers, views, joins, and stored procedures. Additionally, it addresses performance optimization and ACID properties in SQL Server.

Uploaded by

Palak Khandelwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Q

The document outlines a series of SQL interview questions and topics, including differences between DBMS and RDBMS, primary and foreign keys, constraints, DDL and DML commands, and various SQL clauses. It also covers advanced topics such as indexing, normalization, triggers, views, joins, and stored procedures. Additionally, it addresses performance optimization and ACID properties in SQL Server.

Uploaded by

Palak Khandelwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Q.

1 Difference Between DBMS and RDBMS 02:19 –

Q.2 Primary Key and Foreign Key 03:33 –

Q.3 Constraints and Their Types 05:28 –

Q.4 DDL and DML Commands 07:18 –

Q.5 Difference Between Delete, Drop, and Truncate

👨‍💻 Intermediate Interview Questions SQL (SQL Questions to Clear Interviews): 08:48 –

Q.6 Group By Vs Order By Clause 10:46 –

Q.7 Difference Between Where And Having Clauses 12:26 –

Q.8 Aggregate Function with Example 13:43 –

Q.9 Indexing and Clustered Indexing 14:53 –

Q.10 Normalisation and Different Types of Normal Forms

👨‍💻 SQL Interview Questions And Answers for Experienced (Top SQL Questions): 17:14 –

Q.11 Union and Union All Operator in SQL 18:42 –

Q.12 Query to Find Second Highest Salary in a Table 20:09 –

Q.13 Views in SQL 21:22 –

Q.14 How Can You Convert Text into Date Format? 21:53 –

Q.15 What are Triggers in SQL

Q1. What is the difference between DBMS and RDBMS? 02:23 –


Q2. What is a Constraint is SQL? What are its types. 06:45 –
Q3. What is the difference between Primary key and Unique key? 08:36 –
Q4. What are Triggers and types of triggers? 13:34 –
Q5. What is a View? 16:58 –
Q6. What is the difference between Having clause and Where clause? 18:23 –
Q7. What is Sub query or Nested query or Inner query in SQL? 19:27 –
Q8. What is Auto Increment/ Identity column in SQL Server? 21:12 –
Q9. What are Joins in SQL? 21:49 –
Q10. What are the types of Joins in SQL Server? 24:23 –
Q11. What is Self-Join? 27:06 –
Q12. Write a SQL query to fetch all the Employees who are also Managers. 30:22 –
Q13. What are Indexes in SQL Server? 31:18 –
Q14. What is Clustered index? 33:10 –
Q15. What is Non-Clustered index? 34:53 –
Q16. What is the difference between Clustered and Non-Clustered index? 36:49 –
Q17. How to create Clustered and Non-Clustered index in a table? 38:00 –
Q18. In which column you will apply the indexing to optimize this query. “select id, class from student
where name=”happy””? 39:47 –
Q19. What is the difference between Stored Procedure and Functions (at least 3)? 43:30 –
Q20. How to optimize a Stored Procedure or SQL Query? 47:12 –
Q21. What is a Cursor? Why to avoid them? 49:40 –
Q22. What is the difference between scope_identity and @@identity? 51:46 –
Q23. What is CTE in SQL Server? 53:41 –
Q24. What is the difference between Delete, Truncate and Drop commands? 57:36 –
Q25. How to get the Nth highest salary of an employee? 01:00:49 –
(Bonus Question) What are ACID properties? 01:03:07 –
(Bonus Question) What are Magic Tables in SQL Server?

You might also like