Posts by djgrivas • 33 points
3 posts
-
-1
votes2
answers228
viewsQ: How to delete a commit?
I made a few wrong commit’s and I’m not getting one deleted specifically. All that were made after they were erased and it was what I wanted, I used the command git reset --hard + hash commit and…
-
1
votes1
answer69
viewsQ: How to treat a field in SQL SERVER
I have two tables in SQL one of EMPLOYEE and another of Dependents and I need to bring the name of all employees, regardless of whether or not they have dependents and for those who have, I need to…
-
2
votes1
answer67
viewsQ: Instantiate a class with private attributes
How can I take the attributes of the person class and instantiate them in the medical class and then display it? The doctor and the patient are people and both have class attributes Pessoa. I left…