SQL Interview Questions and Answers for Experienced - 1
Question: 1
What is the difference between UNIQUE and PRIMARY KEY?
- The UNIQUE KEY column restricts entry of duplicate values but entry of NULL value is allowed.
- In case of PRIMARY KEY columns entry of duplicate as well as value is also restricted.
Question: 2
What is a cursor?
- An entity that maps over a result set and establishes a position on a single row within the result set.
- After the cursor is positioned on a row, operations can be performed on that row, or on a block of rows starting at that position.
- The most common operation is to fetch (retrieve) the current row or block of rows.
Question: 3
What is a view?
- A view is a database object that is a logical representation of a table.
- It is derived from a table but has no storage space of its own and often may be used in the same manner as a table.
Question: 4
What is a pre-requisite for connection pooling?
Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings.
Question: 5
Which are the default databases get installed with the MSSQL installation?
- Master
- Model
- msdb
- Northwind
- Pubs
- tempdb
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
Neural Control and Coordination NEET Questions and Answers More
Samacheer Kalvi Class 11 Taxonomy Systematic Botany Questions More
Photosynthesis in Higher Plants MCQ Questions and Answers More
The Living World Class 11 Questions and Answers Pdf Download More
Samacheer Kalvi Class 11 Bio Botany Photosynthetic Questions More
Samacheer Kalvi Class 11 Bio Botany Cell Cycle Questions More
October-09-2024
| Meritnotes
Samacheer Kalvi Class 11 Taxonomy Systematic Botany Questions More
October-09-2024
| Meritnotes
Photosynthesis in Higher Plants MCQ Questions and Answers More
October-08-2024
| Meritnotes
The Living World Class 11 Questions and Answers Pdf Download More
October-07-2024
| Meritnotes
Samacheer Kalvi Class 11 Bio Botany Photosynthetic Questions More
October-07-2024
| Meritnotes
Samacheer Kalvi Class 11 Bio Botany Cell Cycle Questions More
October-05-2024
| Meritnotes
Trending Posts
Top 200+ Advanced Asp.Net Interview Questions 2020-2021 More
1000+ Microprocessor Fundamentals MCQ Questions & Answers More
100+ Puzzle Questions for Competitive Exams More
1000+ Chemistry MCQ with Answers Pdf More
7000+ GATE ECE Question Bank Pdf More
Ancient History Maratha Empire Rule Questions Answers More
February-19-2020
| Meritnotes
1000+ Microprocessor Fundamentals MCQ Questions & Answers More
November-28-2022
| Meritnotes
100+ Puzzle Questions for Competitive Exams More
January-21-2021
| Meritnotes
1000+ Chemistry MCQ with Answers Pdf More
December-21-2020
| Meritnotes
7000+ GATE ECE Question Bank Pdf More
December-15-2023
| Meritnotes
Ancient History Maratha Empire Rule Questions Answers More
January-27-2021
| Meritnotes