You will learn about SQL Server Database Objects and Types. Many users benefited from these videos/links and I hope it will be helpful to you.
Understanding Database & Table Normalization
Understanding SQL Server Data Types part 1
Understanding SQL Server Data Types part 2
Creating a Database
Understanding SQL Server Databases
Understanding SQL Server Tables
Understanding Primary Keys in SQL Table
Table Change Gotcha in SQL Server
Understanding SQL Server Schemas
Understanding SQL Server Synonyms
Regards,
Satishbabu Gunukula
http://www.sqlserver-expert.com
Subscribe to:
Post Comments (Atom)
A database object in a relational database is a data structure used to either store or reference data. The most common object that most people interact with is the table. Other objects are indexes, stored procedures, sequences, views and many more.
ReplyDeleteDatabase Object Types
Most of the major database engines offer the same set of major database object types:
Tables
Views
Stored Procedure
Synonyms
Functions
Indexes
Sequences
a good referance :http://cybarlab.blogspot.com/2013/01/what-is-database-object.html
Hope it will help you
Thanks n regard