|
Related Questions |
View Answer |
|
What are the data types allowed in a table
|
View Answer
|
|
What is difference between CHAR and VARCHAR2?
|
View Answer
|
|
What is the maximum SIZE allowed for each type
|
View Answer
|
|
How many LONG columns are allowed in a table
|
View Answer
|
|
Is it possible to use LONG columns in WHERE clause or ORDER BY
|
View Answer
|
|
What are the pre-requisites to modify datatype of a column and to add a column with NOT NULL constraint
|
View Answer
|
|
Where the integrity constraints are stored in data dictionary
|
View Answer
|
|
How will you activate/deactivate integrity constraints
|
View Answer
|
|
If unique key constraint on DATE column is created, will it validate the rows that are inserted with SYSDATE
|
View Answer
|
|
What is a database link
|
View Answer
|
|
How to access the current value and next value from a sequence
|
View Answer
|
|
Is it possible to access the current value in a session before accessing next value
|
View Answer
|
|
What is CYCLE/NO CYCLE in a Sequence
|
View Answer
|
|
What are the advantages of VIEW
|
View Answer
|
|
Can a view be updated/inserted/deleted
|
View Answer
|
|
If Yes - under what conditions
|
View Answer
|
|
If a view on a single base table is manipulated will the changes be reflected on the base table
|
View Answer
|
|
How do I eliminate the duplicate rows?
|
View Answer
|
|
How do I display row number with records
|
View Answer
|
|
Display the records between two range I know the nvl function only allows the same data type(ie. number or char or date Nvl(comm, 0)), if commission is null then the text “Not Applicable” want to display, instead of blank space. How do I write the query
|
View Answer
|