What factors influenced your decision - explain a situation


Question: Prior to the adoption of SQL as a standard by the American National Standards Institute (ANSI), each database management system (DBMS) had its own unique command language and syntax.

SQL was adopted as an ANSI standard in 1986. The International Standards Organization (ISO) adopted it in 1987. This standard enables database portability.

Most commercial database vendors support the ANSI standard. Thus, most of these vendors also extend the standard with the addition of proprietary features.

The Oracle version of SQL has differences from the ANSI standard version.

For case, Oracle does not support either the full OUTER JOIN or the NATURAL JOIN of ANSI SQL.

When you have a choice, the vendor specific proprietary solution may offer better performance or convenience. On the other hand, the proprietary feature also limits or eliminates portability.

Think about the weaknesses and strengths of both the standard ANSI and proprietary Oracle approach to SQL. In particular, think about the different ways Oracle and ANSI support joins.

With these thoughts in mind:

Suppose a situation where you would use a join to retrieve data from two tables in an Oracle database, such as the stock_count for an oil filter from the product table and the vendor for that oil filter from the vendor table. Would you prefer to use the proprietary Oracle SQL or ANSI standard SQL?

What factors influenced your decision?

Explain a situation where you would consider using the other option.

Solve these questions in details and provide examples to support your rationale.

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: What factors influenced your decision - explain a situation
Reference No:- TGS0958412

Expected delivery within 24 Hours