+ 1

What is easier, learning SQL or DAX?

Is this even comparable? How can SQL data tables be compared to XML schemas?

19th Feb 2019, 3:09 AM
Jacob
3 Answers
+ 2
Use DAX only in Data model of Excel Power Pivot. Whereas SQL is operated as database queries by most programming languages like PHP, Java, C etc.
19th Feb 2019, 4:23 AM
CalviŐ˛
CalviŐ˛ - avatar
0
SQL is relational database, however XML is not database, XML is used in define document hierarchy and it's useful in document exchange, for example, transfer or interchange a document or database from one format to the other. XML also good in storing small smount of data like system configuration or document templates.
19th Feb 2019, 4:32 AM
CalviŐ˛
CalviŐ˛ - avatar