Monthly Archives: November 2010

Download SQL Server Interview Questions and Answers related to TSQL\PSQL or SQL Fresher’s 0-1 year

Again with one more post for interview questions for freshers. I am currently just giving the few more questions to memorize.Again these are few basic questions for writing simple queries. These questions will around simple TSQL syntaxes and mechanics to … Continue reading

Posted in SQL Server Interview Questions and Answers | Leave a comment

Down Load SQL Server Interview Questions and Answers for Fresher’s 0-1 Years

Fresher’s is the word which could some time give you gain and can also give pain sometime while searching the job. Mostly when people interviews a fresher they expect the basic knowledge but still there is confusion in the definition … Continue reading

Posted in SQL Server Interview Questions and Answers | Leave a comment

SQL Sevre Interview Question’s : JOINS In SQL Server

What are Joins in SQL Server   Joins is the functionality introduced in SQL server 2005. Joins are used to map two relative tables with relational key between them. What are the different types of joins in SQL Server? 1.              Inner … Continue reading

Posted in SQL Concepts | Leave a comment

Interview Question’s Answer : SQL Server View

Question: What is View? Answer: View is collection of one or more related tables. It’s getting the selected columns which are required from different tables in to one table. View is a de normalized representation data.Types of View: 1.       Normal … Continue reading

Posted in SQL Server Interview Questions and Answers | Leave a comment

Interview Questions Related to VIew In Sql Server

Below are the Interview view questions related to user defined database object View. View is the basic user defined object or you can say the first object which we create as user defined object after tables. Before creating the view … Continue reading

Posted in SQL Server Interview Questions and Answers | Leave a comment

SQL Server Interview : SQL Server Joins

Below are the possible Interview Questions related to joins in SQL Server.  The future post will have brief description about all joins these questions. Joins comes under the SQL Server basics i.e. it’s the first thing which interviewer looks from … Continue reading

Posted in SQL Server Interview Questions and Answers | Leave a comment

SQL Server 2005

Sql Server 2005 is the database server having:Database EngineReporting ServiceIntegration ServiceAnalysis ServiceIt is a full pacakge where it be used for database engine and can be used as the Business intelligence solutions.

Posted in SQL Concepts | Leave a comment