|
INTERVIEW QUESTIONS
ORACLE
SQL PLUS
DETAILS
Question: What are the data types allowed in a table
Answer: CHAR,VARCHAR2,NUMBER,DATE,RAW,LONG and LONG RAW.
|
|
|
Category |
SQL Plus Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8595 users |
Added on |
8/7/2011 |
Views |
70631 |
Rate it! |
|
|
Question:
What are the data types allowed in a table
Answer:
CHAR,VARCHAR2,NUMBER,DATE,RAW,LONG and LONG RAW. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
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
|
|
Explicit Cursor attributes
|
View Answer
|