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 / yalamanda
select top 100 percent * from table_name..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how can we know the number of days between two given dates using mysql? : Sql dba
Differentiate between syntax and runtime errors.
What makes a good primary key?
What is database white box testing and black box testing?
What is the max nvarchar size?
Explain character-manipulation functions?
describe mysql connection using mysql binary. : Sql dba
What is keys and its types?
What is a scalar value in sql?
what are the 'mysql' command line options? : Sql dba
What is crud sql?
Which is better join or subquery?
how to see the create table statement of an existing table? : Sql dba
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is a record in a database?