What are the ansi data types supported in oracle?
Answer / Niraj Kumar Srivastava
Oracle supports most of the ANSI data types including:n- `CHAR` (fixed length character string)n- `VARCHAR2` (variable length character string)n- `NUMBER` (integer, floating point number)n- `DATE` (date and time value)n- `BOOLEAN` (TRUE or FALSE)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data type in oracle?
Explain the use of full option in exp command.
How to return top 5 rows in oracle?
What is oracle open database communication (odbc)?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
How to do a full database export?
How do I spool to a csv formatted file using sqlplus?
What is the difference between alert log file and trace file ?
What is the maximum number of triggers that can be applied to a single table?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
Find all employees in Dept “Marketing”.
What are the trigger associated with image items ?