I have a admin app and a user app. All data go in one database and I want to make sure that admin have only permission to ready there own users and not from oth
I am creating an external table in Azure Synapse. My data is in the parquet format and sits in the data lake. Creating a table called "test" IF NOT EXISTS (SELE
I want to create an instance from an image machine. I manage to do this from gcloud SKD: gcloud beta compute instances create "sandbox" \ --zone "europe-wes
I am making a blogging application with Laravel 8 and Bootstrap 5. I run into a problem with validating the image field of the "Add new article" form. In the co
Can anyone please throw some light on the architecture behind like/comment buttons of any social media website. (such as facebook, twitter or even stack overflo
I am working on pandas dataframe concept to send the data on mysql server. I have few .csv files eg. one.csv, two.csv. I am reading csv file in dataframe object
When I click/double click on a particular Legend, I want to disable all other legends and keep only the clicked/double clicked one active. Is it possible ? I'm
I got this trigger, seems to be alright but i got the error : Trigger : CREATE OR REPLACE TRIGGER TRG_TABLE_BI BEFORE INSERT ON TABLE FOR EACH ROW DECLARE
I have a proprietary repository format and I'm trying to develop a Python module to process these repositories. Repo format goes as: /home/X/ | +
I tried to compile sampleOnnxMNIST as from this code https://github.com/NVIDIA/TensorRT/blob/main/samples/sampleOnnxMNIST/sampleOnnxMNIST.cpp but got this