How to write text literals in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How to use attributes of the implicit cursor in oracle?
Difference between varchar and varchar2 data types?
What privilege is needed for a user to insert rows to tables in another schema?
What are dml statements in oracle?
State some uses of redo log files?
what are Triggers?
What is an oracle tablespace?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
how do u know the total no of rows in a table?
What is Virtual Private Database in Oracle?
23. Display the client name for all clients who have placed an order where any order line has more than 3 items. Do not use a table join anywhere in your query.
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.