Thursday, April 30, 2009

DATA-BASic

A DATABASE MODEL or DATABASE SCHEMA is the structure or format of a database(It is a structured collection of records or data that is stored on a server), described in a formal language supported by the DATABASE MANAGEMENT SYSTEM(Software to manage databases). Schemas are generally stored in a data dictionary(centralized repository of information about data such as meaning, relationships to other data, origin, usage, and format).A data model is not just a way of structuring data: it also defines a set of operations that can be performed on the data.

MODELS



FILE MODEL
The flat (or table) model consists of a single, two-dimensional array of data elements, where all members of a given column are assumed to be similar values, and all members of a row are assumed to be related to one another.

HIERARCHY MODEL

Data is organized into a tree-like structure, implying a single upward link in each record to describe the nesting, and a sort field to keep the records in a particular order in each same-level list. Hierarchical structures were widely used in the structure of XML documents. This structure allows one 1:N relationship between two types of data. This structure is very efficient to describe many relationships in the real world; recipes, table of contents.One limitation of the hierarchical model is its inability to efficiently represent redundancy in data.Parent–child relationship: Child may only have one parent but a parent can have multiple children. Parents and children are tied together by links called "pointers“.

NETWORK MODEL

It organizes data using two fundamental constructs, called records and sets.Records contain fields and Sets define one-to-many relationships between records.A record may be an owner in any number of sets, and a member in any number of sets.Parent–child relationship: Child can have more than one parent and a parent can also have multiple children.

Wednesday, March 25, 2009

GOOGLE I/O DEVELOPER SUMMIT

I am big freak to attend summit. Recently I attended ADOBE RIA SUMMIT at Bangalore and Before that FOSS.in all these places are great as people share there vast knowledge in small amount of time. This places actually tell you where to start and where the future is up to.I am waiting sum one would sponsor me




Above summit is god of all. I wish it happens in bangalore. This is the best summit i heared foe web site designing.Please leave the posts about how the conference was if anyone has attended.