Viewing 15 posts - 46 through 60 (of 69 total)
SQL is not a data format, it's s syntax for querying data.
You have perhaps heard of the DDL part of SQL?
May 21, 2021 at 5:39 pm
I like no/low code tools, like Power BI and others.
Back on topic!
I am very impressed with what Microsoft have done with Power Query. They've put a lot of thought into...
May 21, 2021 at 5:37 pm
There is no equivalent for a relational data set.
You have perhaps heard of SQL?
May 21, 2021 at 5:12 pm
So once again I can say this data will be in JSON format and that is a common format that can be processed by any number of standard interfaces.
The proliferation...
May 21, 2021 at 4:18 pm
I tried writing a linear regression function in Transact-SQL once. It was a lot of code - some of it necessarily dynamic. With R it is a single function -...
May 21, 2021 at 3:24 pm
If you are doing anything statistical then R is the one to go for.
Python is a general purpose programming language. BASIC isn't dead, it's just called Python nowadays ;-).
May 21, 2021 at 3:20 pm
Tabs aren't recognized, here are the hierarchies again:
Customer
----Order
--------Order Line
-----------Product
Product Group
-----Product
May 21, 2021 at 3:05 pm
JSON is just JSON, any system that parses JSON can parse JSON, be that SQL Server, powershell or any other tool you might be using.
JSON has the fundamental problem of...
May 21, 2021 at 3:01 pm
JSON or XML are supposed to be versatile(unlike older mainframe type hierarchies) and capable of being transmitted and consumed by a broad range of systems. Where as relational databases are...
May 21, 2021 at 5:20 am
The issue isn't so much that SQL server can't parse and format json it's that the data is represented in fundamentally different ways.
In which case why bother with JSON? Isn't...
May 20, 2021 at 8:49 pm
I could have a container running PostGres, another running Python 3.7 with a bunch of libraries, Python 3.9 with a different set of libraries and versions of those libraries, a...
May 9, 2021 at 6:16 am
It would be very helpful to have a clear definition of what the term "container" means.
What is the difference between a container and a virtual machine?
I was persuaded to enter...
May 8, 2021 at 7:18 am
The proponents I've seen for low code/no code encourages allowing the "citizen developer" to write low code/no code applications. They are the domain experts. They understand the problem. Under normal...
May 2, 2021 at 5:18 pm
Some thoughts on the subject.
Axiomatic reuse. Software methods that apply to all possible applications. The relational model replaced every application needing to devise its own approach to data management.
Application derivation....
May 2, 2021 at 7:35 am
Chris Date - An Introduction to Database Systems - 8th Edition - Chapter 21 Distributed Databases.
Published in 2004, but everything Date has to say about distributed DBMSs is just as...
March 13, 2021 at 7:32 pm
Viewing 15 posts - 46 through 60 (of 69 total)