What is pl sql quora?



What is pl sql quora?..

Answer / Ajay Kumar Pal

PL/SQL Quora is not a specific term. If you meant 'Quora' the online question-and-answer platform, it does not have a specific category for PL/SQL questions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Do ddl statements need commit?

1 Answers  


How to run pl sql program in mysql?

1 Answers  


What is meant by <> in sql?

1 Answers  


Which one of the following is a reason that an INSERT statement might cause an error instead of executing correctly? 1. The INSERT statement was attempting to insert a record into a view that was created from more than one table. 2. The INSERT statement was attempting to insert a record using a combination of constants and values from an existing table. 3. The INSERT statement was attempting to insert a record with a non-NULL value into a table that has that column defined as NULL. 4. The INSERT statement was attempting to insert a record into a table by selecting a record from that same table. 5. The INSERT statement was attempting to insert a record into a view rather than a table.

1 Answers   Sonata,


What is the primary use of normalization?

1 Answers  


Is join same as left join?

1 Answers  


How to write html code in pl sql?

1 Answers  


what is indexing, searching and user interface?

1 Answers   HCL,


Whate is use of MOD function in pl/sql.

3 Answers   Oracle,


Practice 1: Changes to data will only be allowed on tables during normal office hours of 8.45 in the morning until 5.30 in the afternoon, MONDAY through FRIDAY. A. Create a procedure called SECURE_DML that prevents the DML statement from executing outside of normal office hours, returning the message: “you may only make changes during normal office hours” b. Create a statement trigger on the PRODUCT table which calls the above procedure. c. Test it by inserting a new record in the PRODUCT table.

1 Answers   Tech Mahindra,


Give an example of any procedure.

5 Answers   Accenture, iFlex, Wipro,


What is query syntax?

1 Answers  


Categories