0% found this document useful (0 votes)
29 views2 pages

SQL 2005

SQL Server 2005 is a relational database management system that includes tools for managing data. The document outlines topics for learning SQL Server 2005 such as data modeling, the structure query language SQL, database programming using Transact-SQL, database objects like views and stored procedures, and managing concurrency using locks and transactions. It provides a high-level overview of the key components one needs to understand to work with SQL Server 2005 databases.

Uploaded by

eswerreddy
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

SQL 2005

SQL Server 2005 is a relational database management system that includes tools for managing data. The document outlines topics for learning SQL Server 2005 such as data modeling, the structure query language SQL, database programming using Transact-SQL, database objects like views and stored procedures, and managing concurrency using locks and transactions. It provides a high-level overview of the key components one needs to understand to work with SQL Server 2005 databases.

Uploaded by

eswerreddy
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SQL SERVER 2005

1. 2. 3. 4. 5. 6. 7.

Basics of DBMS Basics of RDBMS Data Models What is SQL server Introduction to SQL Server 2005 Tools of SQL Server 2005 Authentications A. Windows B. SQL Server 8. Data types 9. TSQL Introduction 10.Data Definition language 11.Data Manipulation Language 12.Data Retrieval Language 13.Transactions in SQL Sever 2005 A. Commit B. Roll back 14.Operators 15.Functions A. Number Functions B. Character Functions C. Date time Functions D. Aggregate Functions 16.Clauses A. Group By B. Having C. Order by 17.Set Operators 18.Joins A. Inner Join B. Outer Join(3) C. Non Equi Join D. Self Join E. Cross Join 19.Sub Queries

SQL SERVER 2005

20.Constraints A. Primary key B. Unique C. Foreign key D. Check Constraint E. Not Null F. Default 21.Views 22.Indexes 23.Synonyms 24.Snapshots 25.Locks in SQL Server 2005 26.Introduction to Programming 27.Batches and Basic programs 28.If. Else, While 29.Cursors 30.User Defined Functions 31.Stored Procedures 32.Triggers

You might also like