INNER POST ADS
Home
Labels
Label1
Label2
Label3
Label4
Label5
About
Contact
About Me
Home
Labels
Label1
Label2
Label3
Label4
Label5
News
Travel
Fashion
LifeStyle
Recent Posts
Labels
Database
DATABASE1
DATABASE2
EMP1
EMP2
GRAPHIC DESIGN
LAN
semester
SEMI1
SEMI2
SOFTWARE PROGRAMMING
SOFTWARE TESTING
SYSTEM ANALYSIS AND DESIGN
WEB PROGRAMMING
Home
›
Posts filed under DATABASE2
Showing posts with label
DATABASE2
.
Show all posts
Showing posts with label
DATABASE2
.
Show all posts
Monday, June 1, 2020June 01, 2020
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
Stored Function
By
Admin
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 ...
Read more »
June 01, 2020
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
Aggregate function
By
Admin
No comments:
Aggregate functions are use to compute against a "returned column of numeric data" from your select statement. They basically s...
Read more »
Friday, May 15, 2020May 15, 2020
Database
›
DATABASE2
›
LAN
›
semester
Severs
By
Admin
Friday, May 15, 2020
No comments:
Central computer used to facilitate communication and resource sharing between other computers or the network. To function as a server a ...
Read more »
Tuesday, May 12, 2020May 12, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
What is Database INDEX?
By
Admin
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...
Read more »
May 12, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
What is view?
By
Admin
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...
Read more »
Tuesday, May 5, 2020May 05, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
DBMS Locking
By
Admin
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...
Read more »
May 05, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
Backup Recovery facilities
By
Admin
No comments:
Backup facilities - which provide periodic backup(some time called fallback) copies of portion of entire database. Journalizing facilities...
Read more »
May 05, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
DBMS Concurrency Control
By
Admin
No comments:
The process of managing simultaneous operation against a database so that data integrity is maintained and operation do not interfere with ...
Read more »
Monday, May 4, 2020May 04, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
Data Models
By
Admin
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...
Read more »
Tuesday, April 28, 2020April 28, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
Advantages of DBMS
By
Admin
Tuesday, April 28, 2020
No comments:
Advantages of DBMS Controlling data redundancy Data consistency Integration of data Data security Report writers Backup recovery pr...
Read more »
April 28, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
Type of SQL commands
By
Admin
No comments:
Type of SQL commands SQL languages its commands on the basis of functionalities performed by them. there are five types of SQL language w...
Read more »
Saturday, April 25, 2020April 25, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
What is a table?
By
Admin
Saturday, April 25, 2020
No comments:
The data in an RDBMS is stored in database objects which are called as tables. This table is basically a collection of related data en...
Read more »
April 25, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
What is RDBMS??
By
Admin
No comments:
A relational database management system(rdbms) is a database management system. that is based on the relational model. Example of RDBMS ...
Read more »
April 25, 2020
Database
›
DATABASE1
›
DATABASE2
›
semester
›
SEMI1
›
SEMI2
What is SQL??
By
Admin
No comments:
SQL stand for structured query language.. SQL is used to communicate with database its main aim to store, access and manipulate data...
Read more »
Home
Subscribe to:
Posts (Atom)
Trending
System analysis
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 view?
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...
What is Database INDEX?
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...
Early testing
Conducting testing as soon as possible in development life cycle to find defects at early stages is called early testing. early testing is ...
DBMS Locking
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...
System Design
T he design phase decides how the system will operate in terms of the , Hardware software Network infrastructure User interface ...
Define the SDLC?
The systems development life cycle(SDLC) is the process of understanding how an information system(is) can support business needs ,designing...
Advantages of DBMS
Advantages of DBMS Controlling data redundancy Data consistency Integration of data Data security Report writers Backup recovery pr...
Objectives of testing
Executing a program with the determined of finding an error. To check if the system meets the requirements and be executed successfully...
Type of SQL commands
Type of SQL commands SQL languages its commands on the basis of functionalities performed by them. there are five types of SQL language w...