Can XML be used to access data?

Answers were Sorted based on User's Feedback



Can XML be used to access data?..

Answer / hameed

yes, XML is a platform independent.
XML can be used to access data as well as add data from
database or any other source.
In Disconnected Architecture Applications Data is accessed
from database in form of XSD which is nothing but an XML
representation of data from the Databaes.

Is This Answer Correct ?    1 Yes 0 No

Can XML be used to access data?..

Answer / senthilkumar ks

Yes, XML is flat file system, can be used to store as well
retrive data. It is much fater than any other data retrivel
system exist in the world.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How do you measure the performance of a stored procedure?

3 Answers   Infosys,


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

0 Answers   Facebook,


What is the difference between function and stored procedure in sql server?

1 Answers  


How many types of stored procedures are there in sql server?

1 Answers  


in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.

8 Answers  


Which tcp/ip port does the sql server run on? How can it be changed?

1 Answers  


How to set the current database in ms sql server?

1 Answers  


List few advantages of stored procedure.

1 Answers  


What is merge replication?

1 Answers  


What is default constraint in ms sql server?

1 Answers  


How global temporary tables are represented and its scope?

1 Answers  


What are the new features in sql server 2016?

1 Answers  


Categories