-
User defined exception waste
In which section of a PL/SQL block is a user defined exception waste?
-
-
-
What is the fastest way of accessing a row in a table ?
Using ROWID.CONSTRAINTS
-
What is an Integrity Constraint ?
Integrity constraint is a rule that restricts values to a column in a table.
-
What is a database link ?
Database Link is a named path through which a remote database can be accessed.
-
How to access the current value and next value from a sequence ? Is it possible to access the current value in a session before accessing next value ?
Sequence name CURRVAL, Sequence name NEXTVAL.It is not possible. Only if you access next value in the session, current value can be accessed.
-
What are the advantages of VIEW ?
To protect some of the columns of a table from other users.To hide complexity of a query.To hide complexity of calculations.
-
What is the use of TNSNAME.ORA and LISTENER.ORA files
tnsnames.ora is used to connect to the remote db. To get the connection listener.ora should be configured at the server and it should be up and running.
-
-
-
What are the pre requisites ?
I. to modify data type of a column ? ii. to add a column with NOT NULL constraint ? To Modify the datatype of a column the column must be empty. to add a column with NOT NULL constrain, the table must be empty.
-
Query date prompt in excel
have a MS Excel 2003 query that works tied to an excel spreadhseet. Want to know how I can have it ask in excel for a date, where the date will go into the query. Like a prompt asking through date: ???? and you can enter the date, or even if a way you could make the query search automatically enter the current date into that field would work as well. So far this is my query in sql format.SELECT PO01A.POHIS_PO_NO,...
-
Print with SQL Code
We have the following data hello,hello℅hi,hello hi ,hello hi% and we want to print only in order hello%hi and hello hi %.
-
What is the command for below question ?
Display each employee’s last name, hire date, and salary review date, which is the first Monday
after six months of service. Label the column REVIEW. Format the dates to appear in the format
similar to “Monday, the Thirty-First of July, 2000.”
SQL*Plus interview Questions
Ans