DBMS Flashcards
What is data
Any fact that can be recorded or stored ,
various form of data is image file audio file text document
What is a database
Program or software is you used to construct manipulate and retrieve the data in the database
what is client
Computer which has client software installed in it.
What is server
Computer which has server program installed in
What are the various website hosting sites
- GoDaddy,
- inmotion,
- siteground
What is the difference between thermal program and DBMS
Server program response to client , but the DBMS fetch the required data from system and give it to the user
Three important points of ERD ?
- Entity
- Relationship
- Attributes
What is mean by Relationship between two entities ?
Indicate Association between two entities
What are simple attributes
Attribute can’t be divided for the ,
Or single value attributes , like Age
What are composite attributes
Divide the attribute in sub names
Attribute that can be divided for like , name is divided in first name, last name
What are single value Attributes
Those have single value in it
What are multi valued attributes
Those have multiple values in it like phone number
What are you stored attributes ?
We can only store value of this at at atttribute
What is derived attribute
we can derive the value of these attributes from a stored attributes,
like age is derived from year of birth
What is complex Attribute ?
And attribute which is both composite and multi valued , like Address attribute