Posts

Showing posts from 2020

MS SQL SERVER SOLUTION (Chapter 2 ) : Combining Result set

Image
For any type of query or doubt regarding any solution or if you are not able to understand the solution or if you have any other alternative solution that you want to show me, You can directly comment on the corresponding class video in youtube. So that everyone can participate in that discussion. But remember I will use the only those techniques that we have learned so far. Exercises have been built in that way. It does not involve any knowledge on  unknown topics. When I was a student I missed this sequential way of exercise. I tried to build the exercise on what you have learnt recently. So that you can focus on recently learnt topic only and a bit revise of earlier chapters. As an example, this is the solution of chapter 2 and I have used only the techniques learned in this chapter or in the chapter 1. So if you are not able to crack any logic, that means you have to spend more time on this chapters only. So keep that in mind while commenting your doubts in the corres

Python SOLUTION (Chapter 3.3 ) : For Loop Application

Image
  For any type of consultation, query or doubt. You may contact to the following: (+91) 9804 436 193 debabrataguha20@gmail.com  You will get all the exercise in the Facebook group  https://www.facebook.com/groups/331231161093613/          

Python SOLUTION (Chapter 3.2 ) : For Loop Pattern

Image
  For any type of consultation, query or doubt. You may contact to the following: (+91) 9804 436 193 debabrataguha20@gmail.com  You will get all the exercise in the Facebook group  https://www.facebook.com/groups/331231161093613/  

Python SOLUTION (Chapter 2.1 ) : Starting IF

Image
For any type of consultation, query or doubt. You may contact to the following: (+91) 9804 436 193 debabrataguha20@gmail.com  You will get all the exercise in the Facebook group   https://www.facebook.com/groups/331231161093613/  

MS SQL SERVER SOLUTION (Chapter 1 ) : Starting SQL

Image
  For any type of query or doubt regarding any solution or if you are not able to understand the solution or if you have any other alternative solution that you want to show me, You can directly comment on the corresponding class video in youtube. So that everyone can participate in that discussion. But remember I will use the only those techniques that we have learned so far. Exercises have been built in that way. It does not involve any knowledge on  unknown topics. When I was a student I missed this sequential way of exercise. I tried to build the exercise on what you have learnt recently. So that you can focus on recently learnt topic only and a bit revise of earlier chapters. As an example, this is the solution of chapter 1 and I have used only the techniques learned in this chapter itself. So if you are not able to crack any logic, that means you have to spend more time on "Basic syntax". So keep that in mind while commenting your doubts in the correspondi

C SOLUTION (Chapter 1 ) : Starting Programming

Image
  For any type of consultation, query or doubt. You may contact to the following: (+91) 9804 436 193 debabrataguha20@gmail.com  You will get all the exercise in the Facebook group  https://www.facebook.com/groups/331231161093613/        

C (Chapter 1) : Starting Programming

Image
  For any type of consultation, query or doubt. You may contact to the following: (+91) 9804 436 193 debabrataguha20@gmail.com  and join the group  https://www.facebook.com/groups/331231161093613/     You have only 5 things to learn in this chapters. After that, you will be able to solve all the problems where we do not need for loop or if statement.     1.1 First Thing to learn:   Let’s start with some problems in the real life world. Like if I ask you what is your height and suppose you give me the answer like 6 feet. Now If I ask you that I need the length in cm, because I have to fill an army examination form where it is mandatory to give your height in cm . So how can you give me the length in cm?   Obvious answer is to search it in google. There are multiple small apps which can convert a length in foot to centimeter equivalent. And the answer would be 182.88 cm. You just need to write “foot to cm converter” in google search engine.