Welcome -
Guest!
Login
/
Register Now
|
Search:
Home
Articles
Forum
Interview FAQ
Activities
News
Videos
Poll
Links
People
Groups
sql Interview FAQs
Submit Interview FAQ
Home
»
Interview FAQs
»
sql
RSS Feeds
SQL
Comments: 0
Should tables and their corresponding indexes reside on the same disk?
Absolutely not. If possible, always store tables and indexes separately to avoid disk contention.
Posted By:
Shruti Sharma
Posted On:
Dec 21
SQL
Comments: 0
Why is the arrangement of conditions in an SQL statement important?
For more efficient data access (the path with the least resistance).
Posted By:
Shruti Sharma
Posted On:
Dec 21
SQL
Comments: 0
What happens during a full-table scan?
A table is read row by row instead of using an index that points to specific rows.
Posted By:
Shruti Sharma
Posted On:
Dec 21
SQL
Comments: 0
How can you avoid a full-table scan?
A full-table scan can be avoided by creating an index or rearranging the conditions in an SQL statement that are indexed.
Posted By:
Shruti Sharma
Posted On:
Dec 21
SQL
Comments: 0
What are some common hindrances of general performance?
Common performance pitfalls include
- Insufficient shared memory
- Limited number of available disk drives
- Improper usage of available disk drives
- Running large batch loads that are unscheduled
- Failing to commit or rollback transacti...
Posted By:
Shruti Sharma
Posted On:
Dec 21
Previous
3
4
5
6
7
8
Assembly Language
Artificial Intelligence
C Programming
C++ Programming
Visual C++
OOAD
Cobol
Java
SQL Server
Asp.net MVC
Rest and WCF Services
Entity Framework
Knockout.Js
Unix / Linux / Ubuntu
Networking
OOPs Concept
HTML
Dos
SQL
System Analysis & Design
Gadgets
Internet
CSS
Javascript
.Net Framework
Asp.net
C#
VB.Net
Python
Perl
Oracle
Software Engineering
RDBMS Terms
AJAX Framework
Design Pattern
UML
WPF
WCF
SEO
PowerShell
Visual Studio
WWF
BizTalk Server
Azure
General
Testing
Online Certifications
PHP
My SQL
LinQ
Project Management
Silverlight
XML
MS Office
Windows OS
DHTML
Sharepoint