Showing posts with label SQL Server. Show all posts
Showing posts with label SQL Server. Show all posts

Frequently asked Interview Questions in SQL Server


1) What is SQL Server?

SQL is a standard language for accessing and manipulating databases.Microsoft SQL Server is a Relational Database Management System (RSBMS) produced by Microsoft. It's primary query language Transact-SQL, an implementation of the ANSI/ISO standard Structured Query Language (SQL) used by both Microsoft and Sybase and Microsoft that add several features to standard SQL, including transaction control, exception and error handling, row processing, and declared variables.

SQL Server Interview Questions

1) Explain in brief about Microsoft SQL server?
Microsoft SQL server is primarily produced by Microsoft and it uses Transact-SQL as its query language. This is a Relational database management system which implements ANSI and ISO standards. It is one of the most popular software for Data base management.

Interview Questions on SQL




1.  Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
Data Definition Language (DDL)
  1. What operator performs pattern matching?
LIKE operator