Search This Blog

Monday 28 January 2013

IMPORTANT TERMINOLOGIES OF DATABASE MANAGEMENT SYSTEM


Table

This is the structure defined to store data under it. It is also called as an ENTITY.

Fields

It is also known as attributes in database terminology. It defines the property of an entity. In other words it is called as column in a table.

For example if we have a company where employee details and department details are gathered.

Employee details like empname, age, address and so on each of which form attribute is stored under structure called as EMP table

Similarly department details like department name, manager and so on each of which denote field are stored in a structure called d DEPT table.

Relational Database is nothing but organizing data in tabular form by creating structures as above.

Normalization:

This is an important term or technique used while creating tables. Normalization refers to removing redundancy of data.

Normalization is required because

  • To structure the data so that pertinent relationship between entities or tables can be maintained
  • To permit simple retrieval of data in response to queries.
  • For simple maintenance of data when updates, insertions and deletions take place.
  • To reduce the need to restructure or reorganize data when new application requirement arise.
There are four levels of normalization. They are namely:
  • First Normal Form
  • Second Normal Form
  • Third Normal Form and
  • Boyce Codd Normal Form
In each level redundancy of data is reduced.

Referential Integrity

This is important terminology in Relational Database Management System also called as RDBMS in short. It is created on a table with reference to another table or tables. In this concept foreign key figures out. The table on which the column or a combination of columns is defined by this constraint is called the foreign key is called child table. When this constraint is defined a relation is defined between this table which has the foreign key and a table that has the primary key in relationship with this. This is called as referenced key. The table which has the primary key or in other words the referenced key is called as parent table.

Foreign Key

It is defined as a column or set of columns in a child table to declare referential integrity constraint.

Importance of Data Integrity

Data Integrity refers to accuracy of data. This is very essential for a proper maintenance and usage of database. Integrity of data can be achieved by placing constraints or rules. By placing integrity constraints one can place restrictions or checking while inserting or updating data in database. These two operations are the place when data gets into database.

Concept of Index

This is vital in database. Indexing in database is similar to the concept of pointers. This concept is needed because a database may have thousands of data or values in it and for fetching a particular value one need to perform search on database and this is a time consuming process. In order to have efficient usage of them while doing this search process indexing is used on columns. It is also possible to create unique index. When a column or combination of columns is defined as unique index then those columns cannot have duplicate values. Like dropping of tables and views it is also possible to drop an index.

Security and the concept of Locking in Database

It is very essential to have good security provided to database in order for the data to be kept safe from improper access or from improper updating of data. It is important to give security in database management system in three levels namely

Users: It is essential that only valid users and authorized users must have access to database. This is achieved in database management system by assigning user-id

Objects: It is also essential to give security to objects to tables, views and data and so on which are the important elements of a database.

Privilege: These are nothing but the actions permitted by a particular user on the database. It is essential to define this which gives security for database objects.

Concurrency of data access can be taken care by the technology of locking in database. In other words we know that a table can be accessed by many users and when a user is accessing a table and updating a data care and steps must be taken to prevent another user from accessing the same data at the same time in which the data is getting altered. This is taken care by the concept of locking in database.

When talking about locking the concept of deadlock is very important for one to know in database.

Deadlock

Transaction is unit of work done. So a database management system will have number of transactions. There may be situations when two or more transactions are put into wait state simultaneously .In this position each would be waiting for the other transaction to get released. Suppose we have two transactions one and two both executing simultaneously.
In transaction numbered one we update student table and then update course table. We have transaction two in which we update course table and then update student table. We know that when a table is updated it is locked and prevented from access from other transactions from updating. So in transaction one student table is updated it is locked and in transaction two course table is updated and it is locked. We have given already that both transactions gets executed simultaneously. So both student table and course table gets locked so each one waits for the other to get released. This is the concept of deadlock in DBMS.

Though the database concepts are numerous the above gives an overall idea about the important terminologies used in database.

Database

A database is a collection of interrelated data.



LIST OF KNOWN FILE EXTENSION


List of Known File Types Extension
1. Bitmap graphic (.bmp) (.2bp) (.dib)
2. Back up (.bak)
3. Batch File (.bat)
4. Command (.com)
5. Executable File (.exe)
6. CorelDraw (.cdr) (.cdt) (.pat)
7. Winrar (.rar)
8. Winzip (.zip) (.cab)
9. PC Paint Brush (.pcx)
10. Photos (.jpg) (.jpeg) (.gif)
11. Program Information (.pif)
12. Movie (.mov) (.3gpp) (.3gp2) (.mpeg) (.avi) (.mp4) (.asf) (.amc) (.dif)
13. DVD (.vob)
14. Music (.mp3) (.wav) (.acc) (.ac3) (.mp2) (.amr) (.midi)
15. Flash File (.swf)
16. VLC Media File (.asf) (.asx) (.avi) (.bin) (.cue) (.divx) (.flv) (.ifo) (.mka) (.nuv)
17. Dial-up Modems (.wmv)
18. Real Download (.rm)
19. MS Word Document (.doc) (.docx) (.dot) (.dotm) (.dotx)
20. MS PowerPoint File (.ppt) (.pot) (.poth) (.potm) (.potx) (.ppa) (.pps)
21. MS Access File (.mdb)
22. Wireless Bit-mapped (.wbm)
23. Data File (.dat)
24. MS Excel Flie (.xls)
25. Real Music (.amr)
26. API File (.api)
27. Windows Backup (.bkf)
28. Security Catalog (.cat)
29. Text Document (.dic) (.exc) (.txt)
30. Device driver (.drv)
31. Dial-up Networking File (.dun)
32. Email Message (.eml)
33. Adobe Acrobat (.pdf) (.fdf) (.pdfx)
34. PageMaker File (.flt) (.pm5) (.pt5) (.pm6) (.pt6)
35. Google Gadget (.ggc) (.gma)
36. Web Document (.html) (.htm)
37. Peg File (.peg)
38. PNG Image (.png)
39. Print Artist Project (.pra)
40. MS Publisher (.pub)

You need to enable Secure Boot to install Windows 11 — here’s how.

You need to enable Secure Boot to install Windows 11 — here’s how. Windows 11 requires Secure Boot to run, and here are the steps to che...