Link to home
Start Free TrialLog in
Avatar of ouch_mybrain_
ouch_mybrain_

asked on

What is a database object

Can someone please explain simply to me, 'what is a database object'?

I know what a database is, I know that code can pull data from a database and deliver to a client front end, i just need someone to wrap it up in "idiot speak" so I get it because it's driving me mad. I need a definition that I can understand.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ouch_mybrain_
ouch_mybrain_

ASKER

Ok thanks, I knew it was a simple one but just no one giving a direct answer.
Database objects are the main componets of a database used to store and display the relational data.  The main Database Objects in MS Sql are tables, stored procedures, views, users and functions.  So, a database object of "table" would include the rows and fields to store your data.