Difference between db sever and data dictionary?

Posted by silpa on Sep 11 2007

db server is a base on which every thing resides.It contains all schema’s,triggers,views etc

data dictionary contains meta data info about each and every schema objects like table,procedures etc..

Leave a Comment