how to install Microsoft windows server 2016 how to install it blogspot how to install it blogspot MS SQL SERVER 2016 INSTALLATION Database Engine Services Reporting Services – Native Client Tools Connectivity Inte…
Read moreExplain embedded SQL. Embedded SQL is a method of inserting inline SQL statements or queries into the code of a programming language, which is known as a host language. Because the host language cannot parse SQL, the inserted SQL is parsed…
Read moreExplain ACID properties Explain ACID properties. ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties that guarantee that database transactions are processed reliably. In the context of databases, a single logical op…
Read moreExplain normalization. Explain normalization. In creating a database, normalization is the process of organizing it into tables in such a way that the results of using the database are always unambiguous and as intended. Normalization…
Read moreDefine XML and explain the structure of XML. Define XML and explain the structure of XML. XML stands for extensible markup language. XML was developed around 1996 and is a subset of SGML. It's documents conform to SGML. XML was …
Read more7. Explain Network and Relational data models. Explain Network and Relational data models The network model is a database model conceived as a flexible way of representing objects and their relationships. Its distinguishing feature is t…
Read more6. Define deadlock with example. Define deadlock with example In a database, a deadlock is a situation that occurs when two or more different database sessions have some data locked, and each database session requests a lock on the data …
Read more5. Explain about triggers. Explain about triggers A database trigger is stored code that is executed immediately after a predefined event. It is used to ensure the coordinated performance of related actions. Although implementation var…
Read more4. Define RDBMS with example. Define RDBMS with example RDBMS is the abbreviated form of Relational Data Base Management System. A relational database management system (RDBMS) is a database management system (DBMS) that is based on…
Read more3. Define instances and schemas. Define instances and schemas In DBMS, Instance is the information stored in the Database at a particular moment. Schema is the overall Design of the Database. In programming, we declare a variable which…
Read moreExplain Database users. Database Users Database administrators – DBA is responsible for authorizing access to the database, for coordinating and monitoring its use, and acquiring software and hardware resources as needed. Database…
Read more
Social Plugin