Answer Posted / 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 |
Post New Answer View All Answers
What command would you use to create an index?
Differentiate between mongodb vs. Sql server?
What is difference between rownum and rowid?
How do you implement session management in SQL Server mode?
What is format parameter in ssrs?
What is updatable resultset?
Is a primary key unique?
How to stop a loop early with break statements in ms sql server?
Define left outer join in sql server joins?
How to create a user to access a database in ms sql server using "create user" statements?
What is the difference between varchar and nvarchar datatypes?
what is a transaction? : Sql server database administration
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
Why we use trigger in sql server with example?
What is 5nf in normalization form?