This is the third post (first, second) in another collection of posts that have links to the different objectives covered in the 70-433 exam.
Working with Query Fundamentals (21 percent)
- Query data by using SELECT statements
- Modify data by using INSERT, UPDATE, and DELETE statements
- Return data by using the OUTPUT clause
- Modify data by using MERGE statements
- Implement aggregate queries
- Combine datasets
- Using APPLY (CROSS APPLY and OUTER APPLY)
- FROM (Transact-SQL)
- Join Fundamentals
- Using Joins
- Using Inner Joins
- Using Outer Joins
- Using Cross Joins
- Using Self-Joins
- Joining Three or More Tables
- Null Values and Joins
- UNION (Transact-SQL)
- EXCEPT and INTERSECT (Transact-SQL)
- Performing Semi-Joins with EXCEPT and INTERSECT
- Using UNION, EXCEPT and INTERSECT with Other Transact-SQL Statements
- Apply built-in scalar functions
- Configuration Functions
- Cursor Functions
- Date and Time Data Types and Functions
- Mathematical Functions
- Metadata Functions
- Security Functions
- String Functions
- System Functions
- System Statistical Functions
- Text and Image Functions
- CAST and CONVERT (Transact-SQL)
- REPLACE (Transact-SQL)
- LEN (Transact-SQL)
- DATALENGTH (Transact-SQL)
- CHARINDEX (Transact-SQL)
- PATINDEX (Transact-SQL)
You can also find some information on preparing for your exams here, in the actual exam for 70-433. Also errata for the MS Press training kit
No comments:
Post a Comment