How is sql used in oracle?



How is sql used in oracle?..

Answer / Naval Kishore

SQL is used in Oracle to manage and manipulate data stored in database tables. It allows users to create, read, update, and delete data, as well as create and modify database structures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is the bond code in materialized view?

1 Answers  


how instead of triger is helpful for mutating tables errors handlling ?

2 Answers   Oracle,


What is a unique key and primary key and foreign key?

1 Answers  


What are the types of index in sql?

1 Answers  


What are the properties of a transaction?

1 Answers  


What is the full form of sql?

1 Answers  


Write a unique difference between a function and a stored procedure.

1 Answers  


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

1 Answers   TCS,


What does select count (*) mean in sql?

1 Answers  


Is pl sql a programming language?

1 Answers  


Explain alias in sql?

1 Answers  


Does truncate table reset auto increment?

1 Answers  


Categories