Database Administrator
September 17, 2016A person who has central control over the system is called a Database Administrator (DBA). The functions of DBA include:... View Article
A person who has central control over the system is called a Database Administrator (DBA). The functions of DBA include:... View Article
A database system provides a data definition language to specify the database schema and a data manipulation language to express... View Article
A major purpose of DBMS is to provide users with an abstract view of the data. There are 3 levels... View Article
Introduction Database is a collection of data. It contains information about one particular enterprise. DBMS is a set of prewritten... View Article
A Sparse Matrix is a special type of matrix in which maximum number of Elements are “Zero Elements” or In... View Article
Understanding the problem Deciding on: Exact vs. approximate problem solving Appropriate data structure Design of algorithm Proving correctness Analyzing an... View Article
An algorithm is a sequence of unambiguous instructions for solving a computational problem, i.e., for obtaining a required output for... View Article
Joins tables Many forms: INNER JOIN (include only matching columns) OUTER JOIN (include all columns) LEFT OUTER JOIN NATURAL JOIN... View Article
Source: http://www.slideshare.net/ronwarshawsky/rw-nosql-2013presentatonv1 OS Tuning : Try “tuned” – best when used in staging/load testing environment under realistic load. Storage Tuning... View Article
Source: sqlserverhelpdotcom Atomicity : Either all operations are executed or none of the operations are executed. Consistency : All the... View Article