DATABASE | SQL | SQL INTERVIEW QUESTION AND ANSWERS 6 | WHAT ARE THE ADVANTAGE OF SQL? | WHAT IS THE DIFFERENCE BETWEEN JOIN AND OUTER JOIN? | DEFINE BOYCE CODED NORMAL FORM? | WHAT ARE THE TRANSACTION PROPERTIES? | WHAT IS DATA MINING? | COMPARE DBMS VERSUS OBJECT ORIENTED DBMS?

Sql Interview Question and Answers:

31.     What are the advantage of SQL?
    The advantages of SQL are
    SQL is a high level language that provides a greater degree of abstraction than procedural languages.
    SQL enables the end users and system personnel to deal with a number of Database management systems where it is available.
    Application written in SQL can be easily ported across systems.

32.     What is the difference between join and outer join?

      Outer joins return all rows from at least one of the tables or views mentioned in the FROM clause, as long as those rows meet any WHERE or HAVING search conditions.
A join combines columns and data from two are more tables.

33.     Define Boyce coded normal form?

      A relation is said to be in Boyce coded normal form if it is already in the third normal form and every determine is a candidate key.

34.     What are the transaction properties?

    Atomicity
    Consistency
    Isolation
    Durability

35.     What is data mining?
      Data mining refers to using variety of techniques to identify nuggests of information or decision making knowledge in bodies of data and extracting these in such a way that they can be put in the use in the areas such as decision support, predication, forecasting and estimation.

36.     Compare DBMS versus object oriented DBMS?

      DBMS consists of a collection of interrelated data and a set of programs to access that data.
The object oriented DBMS is one of the type of dbms in which information is stored in the form of objects.

No comments:

Post a Comment