-
-
-
In which format data will be stored in Database(Oracle) ?
Find it imm...
-
-
-
Nls_date_format
How to set NLS_DATE_FORMAT for a database permanentlyfor example let's say I want to set : NLS_DATE_FORMAT= 'dd:mon:yyyy hh24:mi:ss' for the database and I am not supposed to give the ALTER SESSION command at every statrtup of the database.Plz try it practically and give me a solution
-
-
What are the commands that come in the category of DML in SQL?
DML refers to Data Manipulation Statements. That is used for accessing and modifying values or data present in the database.
The commands that come in the category of DML in SQL
INSERT
SELECT
DELETE
UPDATE
INSERT:
This command is used to insert rows into the table.
SYNTAX:
INSERT INTO tablename... -
-
Import Excel File to Oracle
Is there any way to import the excel data in to oracle database without using the SQL loader, please let me know.
-
-
-
-
-
-
-
-
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...
-
-
Oracle Basics Interview Questions
Ans