i have xml source. xml source having lacks of records. i
want extract/retrive xml source data using sql query.
please tell me how to write query.
Answer Posted / naren
select e.getclobVal() from table name e;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of triggers?
What is sql performance tuning?
What are different types of indexes?
What is microsoft t sql?
Can a table contain multiple foreign key’s?
What is anonymous block in sql?
What are commit, rollback, and savepoint?
How do temporal tables work?
Why we use sql profiler?
List out the acid properties and explain?
What is pl sql in dbms?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What is clause?
What are dml commands?
How do I create a memory optimized filegroup?