-
-
-
What are the differences between stored procedures and triggers?
Stored procedures are compiled collection of programs or SQL statements that live in the database. A stored procedure can access and modify data present in many tables. Also a stored procedure is not associated with any particular database object. But triggers are event-driven special procedures which are attached to a specific database object say a table. Stored procedures are not automatically run...
-
-
-
-
-
-
-
-
-
-
-
How do you insert picture to sql table
I want to create a database containing info about the student, i,e their resume with photo, how can i store these details directly to oracle database?
-
-
-
-
-
-
Oracle Basics Interview Questions
Ans