Top 100+ Advanced SQL Interview Questions 2020-2021 - 1
Question: 1
What is DML?
It is a special language used to manipulate the Data. Data Manipulation Language (DML), which is used to select, insert, update, and delete data in the objects defined using DDL.
Question: 2
What is a trigger?
- Triggers are a special type of stored procedure, which gets invoked upon a certain event.
- They can be performed upon an INSERT, UPDATE and DELETE.
Question: 3
What are the conditions to achieve the normalization?
There are few conditions to achieve the normalization:
- There should be a unique row identifier.
- A table should store only data for a single type of entity. For e.g. details for book’s publisher and book’s author should be saved under different table.
- A table should avoid columns which can be null-able.
- A table should avoid duplication of data and columns.
Question: 4
What is index?
- INDEX is a general term for an SQL feature used primarily to speed up execution and impose UNIQUENESS upon data.
- You can use an index to gain fast access to specific information in a database table.
- An index is a structure that orders the values of one or more columns in a database table.
- The index provides pointers to the data values stored in specified columns of the table, and then orders those pointers according to the sort order you specify.
Question: 5
What is a foreign key?
A FOREIGN KEY is one or more columns whose values are based on the PRIMARY or CANDITATE KEY values from the database.
Related Questions
- Top 100+ SQL Query Interview Questions and Answers
- SQL Interview Questions and Answers for Freshers
- Best 100+ SQL Interview Questions and Answers 2020-21
- SQL Interview Questions and Answers for Experienced
- Top 100+ Advanced SQL Interview Questions 2020-2021
- SQL Interview Questions with Answers for Freshers
- Complex SQL Interview Questions and Answers Pdf
Recent Articles
7000+ Computer Quiz for Kids Pdf More
7000+ Computer Networking MCQ Questions and Answers Pdf More
7000+ Microsoft Office Practical Questions and Answers Pdf More
7000+ Microsoft Office MCQ Questions and Answers Pdf More
7000+ Microsoft Office Quiz Questions and Answers Pdf More
7000+ Cyber Security Quiz Questions and Answers Pdf More
September-21-2023
| Meritnotes
7000+ Computer Networking MCQ Questions and Answers Pdf More
September-21-2023
| Meritnotes
7000+ Microsoft Office Practical Questions and Answers Pdf More
September-21-2023
| Meritnotes
7000+ Microsoft Office MCQ Questions and Answers Pdf More
September-21-2023
| Meritnotes
7000+ Microsoft Office Quiz Questions and Answers Pdf More
September-21-2023
| Meritnotes
7000+ Cyber Security Quiz Questions and Answers Pdf More
September-20-2023
| Meritnotes
Trending Posts
100+ Banking Crossword Puzzles with Answers More
Top 10,000+ Gk Questions and Answers 2022 - 2023 More
National and International Organizations Multiple Choice Questions More
Practice Verbal Reasoning Questions and Answers More
Top 1000+ Quantitative Aptitude Questions with Answers More
Chemical Engineering Thermodynamics Objective Questions & Answers Pdf More
October-10-2020
| Meritnotes
Top 10,000+ Gk Questions and Answers 2022 - 2023 More
April-24-2022
| Meritnotes
National and International Organizations Multiple Choice Questions More
August-28-2019
| Meritnotes
Practice Verbal Reasoning Questions and Answers More
May-30-2020
| Meritnotes
Top 1000+ Quantitative Aptitude Questions with Answers More
July-20-2021
| Meritnotes
Chemical Engineering Thermodynamics Objective Questions & Answers Pdf More
August-01-2022
| Meritnotes