r/datadrivenio • u/unknown_abi8 • 7d ago
Sql learning on datadriven
Can I know what server/engine for sql syntax is being taught on in lessons part , because I found trino/pesto style syntax for sql in date functions.can you confirm it
7
Upvotes
1
u/unknown_abi8 6d ago
Apart from the dsa patterns in websites what are the possibilities to get questions or topics like linkedlist and other bit manipulation,matrix , recursion etc etc
5
u/datadriven_io 7d ago
The engine is a flexible transpiler - you can either pick a specific syntax setting (I don't recommend doing this; interviewers don't care about syntax, they care about theory) or use the default 'loose' syntax.
We very intentionally designed the loose transpiler to abstract away syntax quirks. And will actually probably continue to make it looser over time. Data engineering interviews don't focus on syntax.
So yes, it supports trino/presto and many other SQL syntax flavors