-
-
-
-
-
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 to write a query to retrieve only the months from certain given duration.
I will be getting this duration from the dual table. Provide query for this.Like for example, if suppose I am going to get value from the month of 01-Jan-2006 to 31-Apr-2007 then My result should be only 4 months like Jan, Feb, Mar, Apr.Btu not the whole dates. Only four rows has to be retrieved. This should be retrieved from the dual table but not from other tables.
-
-
Oracle Dual
Select round(13.19,1) from dual will return 13.2Select round(13.19,-1) from dual ....what will be the output.....IN ORACLE
-
Oracle Dbms Pipe Commands
Give the dbms_pipe commands in oracle of there execution,which are used to send & recieve messages what is the max size can sent at one go
-
Identify Instance Name
How we identify instance name, free space, used space in database & datafile that makes up the system tablespace?
-
Use of Constraint Name
What is the use of mentioning of constraint_name along with NOT NULL Constraint _type while creating a table?
-
Combine Two Separate Tables
How to combine two separate table into one?
-
Base Table Update
How to update base table (data dictionary) automatically in every 5 sec or 5 min?
-
Data Integrity
How does Oracle guarantee data integrity?
-
Tablespace Management
What are the ways tablespaces can be managed and how do they differ?
-
How to write query for getting non numeric values
hii i have a emp table .empno stores all the numeric valuesand accidentally i have added some values with combination of alphabets and special charactersnow i need a query which will return all the records which is having alphabets and characters in their value.assume tht table has records in lakhs.Please answer this questionthankx in advancesreekanth
Oracle Basics Interview Questions
Ans