What are the advantages and disadvantages, compared to the
standard SQL and SQL*plus ?

Answers were Sorted based on User's Feedback



What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?..

Answer / chandrika

•Applications that involve extensive business logic and
processing could place an excessive load on the server if
the logic was implemented entirely in stored procedures.
Examples of this type of processing include data transfers,
data traversals, data transformations and intensive
computational operations. You should move this type of
processing to business process or data access logic
components, which are a more scalable resource than your
database server.
•Do not put all of your business logic into stored
procedures. Maintenance and the agility of your application
becomes an issue when you must modify business logic in T-
SQL. For example, ISV applications that support multiple
RDBMS should not need to maintain separate stored
procedures for each system.
•Writing and maintaining stored procedures is most often a
specialized skill set that not all developers possess. This
situation may introduce bottlenecks in the project
development schedule.

Is This Answer Correct ?    3 Yes 1 No

What are the advantages and disadvantages, compared to the standard SQL and SQL*plus ?..

Answer / shaik

Hi,

1.sql is structured quiery language 1.sql plus is an
interfacing tool or medium through

sql statements will be passed to the oracle server.
2.Sql keywords cannot be abbreviated 2.sql plus cannot be
abbreviated.

thanks
Shaik

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More SQL PLSQL Interview Questions

How subquery works in sql?

0 Answers  


What is embedded sql what are its advantages?

0 Answers  


Why sql query is slow?

0 Answers  


How do you update a value in sql?

0 Answers  


Define commit, rollback and savepoint?

0 Answers  






how to calculate expressions with sql statements? : Sql dba

0 Answers  


what are all the different normalizations? : Sql dba

0 Answers  


what is a database transaction? : Sql dba

0 Answers  


what is oracle database ? : Sql dba

0 Answers  


What is pl sql in dbms?

0 Answers  


I have a table with 1 million records out of which 10,000 records are of unique records, then if I will implement index, then which type of index shall I use and why shall I use?

2 Answers   HSBC,


explain about mysql and its features. : Sql dba

0 Answers  


Categories