INNER POST ADS

Recent Posts

Showing posts with label DATABASE1. Show all posts
Showing posts with label DATABASE1. Show all posts
Stored Function

Stored Function

Monday, June 1, 2020 No comments:
A stored function is a special kind stored program that returns a single value. you use stored functions to encapsulate common formulas or ...
Aggregate function

Aggregate function

No comments:
Aggregate functions are use to compute against a "returned column of numeric data" from your select statement. They basically s...
System analysis

System analysis

Friday, May 15, 2020 No comments:
System analysis is used when design a new computer system to replace manual system or an alter computer system. In order to design it is...
What is Database INDEX?

What is Database INDEX?

Tuesday, May 12, 2020 No comments:
Indexes are special lookup tables that the database search engine can use to speed up data retrieval. simply put, an index is a pointer to d...
What is view?

What is view?

No comments:
It is a virtual table.. A view in SQL terminology is a single table that is derived from other tables. These other tables can be base t...
DBMS Locking

DBMS Locking

Tuesday, May 5, 2020 No comments:
Locking - A process in which any data that retrieved by a user for updating must be locked (or denied to other user) until the update is co...
Backup Recovery facilities

Backup Recovery facilities

No comments:
Backup facilities - which provide periodic backup(some time called fallback) copies of portion of entire database. Journalizing facilities...
 DBMS Concurrency Control

DBMS Concurrency Control

No comments:
The process of managing simultaneous operation against a database so that data integrity is maintained and operation do not interfere with ...
Data Models

Data Models

Monday, May 4, 2020 No comments:
Data Models There are different types of the data models and now let see each of them in detail... file based model Hierarchical mode...
Advantages of DBMS

Advantages of DBMS

Tuesday, April 28, 2020 No comments:
Advantages of DBMS Controlling data redundancy Data consistency Integration of data Data security Report writers Backup recovery pr...