5 ms·
There's nothing wrong with using SQL only when you know in advance exactly which records you wish to query. But if you ever need to query unknown data, then pr
by marshray 4mo ago
There's nothing wrong with using SQL only when you know in advance exactly which records you wish to query.
But if you ever need to query unknown data, then probably you should learn SQL a bit deeper.