I have some input data like this. unique ID Q1 Q2 Q3 1 1 1 2 2 1 1 2 3 1 0 3 4 2 0 1 5 3 1 2 6 4 1 3 And my target is to extract some data which satisfy the f
I hope you can help me, I just started as a programmer and I have a newbie problem, I have two inputs, I want to write a series of numbers in my first input (DO
I am trying to select the unique user id that is going to a specific user. let's say I want it to be 200,000 rows from 10M rows. I want only only 1500 unique us
I need to create a family tree by given input list where generations are not in the order. For example, given list is ['CHILDREN father_name,mother_name,childre
I'm attempting to use Moq.EntityFrameworkCore for unit testing. I'm having no problem with query operations that read the pre-seeded data. However write operati