UrbanPro
true
Atanu Sarkhel Oracle trainer in Kolkata

Atanu Sarkhel

It Trainer

Senhati Co Operative Colony Road, Kolkata, India - 700034.

1 Student

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Atanu Sarkhel

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I have more than 10 years of experience of teaching various subjects of information technology in various reputed organization of India. I have students from school to corporates . My area of specialization is RDBMS technology . I do teach SQL,MYSQL,PL SQL ,Oracle DBA , C++, EXCEL , PHP , UNIX ,Linux and other technologies. I taught student via satellite link.

Languages Spoken

Hindi

English

Bengali

Education

Calcutta University 1996

Bachelor of Science (B.Sc.)

Address

Senhati Co Operative Colony Road, Kolkata, India - 700034

Verified Info

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Oracle Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Oracle DBA OCP Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Oracle DBA OCA Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

MySQL Certification Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MySQL Certification Training

9

C++ Language Classes
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

15

Proficiency level taught

Advanced C++

PHP Classes
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Reviews (1)

5 out of 5 1 review

Atanu Sarkhel https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/733969-small.jpg Senhati Co Operative Colony Road
5.0051
Atanu Sarkhel
Y

MySQL

"I have taken Online Training for MYSQL It was very good, He thought the concepts very well. He has very good real time experience. He explains every concept very clearly Really I am very lucky that I got trained from Him. I strongly suggest you to take training from him "

Have you attended any class with Atanu ?

FAQs

1. Which classes do you teach?

I teach C++ Language, MySQL, MySQL Certification, Oracle DBA OCA, Oracle DBA OCP, Oracle Database, Oracle Training and PHP Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for less than a year.

Answers by Atanu (3)

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C++ Language

There is another good book written by Robert Lafore
Answers 60 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C++ Language

Well there many advance technical aspect in C++ but the core theme of the C++ is to define your own data type and operation on them . For example "integer " is the data type in C . So if you have declared two variables x and y . Let us assume they have been assigned with the values 2 and 3 . So X+Y would... ...more
Well there many advance technical aspect in C++ but the core theme of the C++ is to define your own data type and operation on them . For example "integer " is the data type in C . So if you have declared two variables x and y . Let us assume they have been assigned with the values 2 and 3 . So X+Y would yield 5. Cool , right and was pretty easy . But how about design a system where we like to register TIME . As we know time has three component Hour , minute and second . Now if I want to declare data type TIME in C , is it possible ...YES . One can define TIME data type in C with the help of structure but what If I want to ADD these time with plus operator like T1+T2 . Then we have to resort to C++. From developers perspective life becomes easier with these notations. The feature which is involved out here is operator overloading . Any one who wants to learn the mighty C++ must assimilate the concept of Object Orientation . Best of luck .
Answers 101 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C++ Language

The ++ operator is the increment operator which in this context means more added feature in C language . For example polymorphism which can be either static or dynamic . They are implemented in C++ language with the help of operator overloading and virtual functions . The idea behind the invention or... ...more
The ++ operator is the increment operator which in this context means more added feature in C language . For example polymorphism which can be either static or dynamic . They are implemented in C++ language with the help of operator overloading and virtual functions . The idea behind the invention or redesign the C language was to incorporate large scale software development which requires to embrace changes at any point of time .
Answers 16 Comments
Dislike Bookmark

Teaches

Oracle Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Oracle DBA OCP Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Oracle DBA OCA Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

MySQL Certification Training
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MySQL Certification Training

9

C++ Language Classes
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

15

Proficiency level taught

Advanced C++

PHP Classes
3 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

5 out of 5 1 review

Atanu Sarkhel
Y

MySQL

"I have taken Online Training for MYSQL It was very good, He thought the concepts very well. He has very good real time experience. He explains every concept very clearly Really I am very lucky that I got trained from Him. I strongly suggest you to take training from him "

Have you attended any class with Atanu ?

Answers by Atanu Sarkhel (3)

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C++ Language

There is another good book written by Robert Lafore
Answers 60 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C++ Language

Well there many advance technical aspect in C++ but the core theme of the C++ is to define your own data type and operation on them . For example "integer " is the data type in C . So if you have declared two variables x and y . Let us assume they have been assigned with the values 2 and 3 . So X+Y would... ...more
Well there many advance technical aspect in C++ but the core theme of the C++ is to define your own data type and operation on them . For example "integer " is the data type in C . So if you have declared two variables x and y . Let us assume they have been assigned with the values 2 and 3 . So X+Y would yield 5. Cool , right and was pretty easy . But how about design a system where we like to register TIME . As we know time has three component Hour , minute and second . Now if I want to declare data type TIME in C , is it possible ...YES . One can define TIME data type in C with the help of structure but what If I want to ADD these time with plus operator like T1+T2 . Then we have to resort to C++. From developers perspective life becomes easier with these notations. The feature which is involved out here is operator overloading . Any one who wants to learn the mighty C++ must assimilate the concept of Object Orientation . Best of luck .
Answers 101 Comments
Dislike Bookmark

Answered on 21/08/2015 Learn IT Courses/Programming Languages/C++ Language

The ++ operator is the increment operator which in this context means more added feature in C language . For example polymorphism which can be either static or dynamic . They are implemented in C++ language with the help of operator overloading and virtual functions . The idea behind the invention or... ...more
The ++ operator is the increment operator which in this context means more added feature in C language . For example polymorphism which can be either static or dynamic . They are implemented in C++ language with the help of operator overloading and virtual functions . The idea behind the invention or redesign the C language was to incorporate large scale software development which requires to embrace changes at any point of time .
Answers 16 Comments
Dislike Bookmark

Atanu Sarkhel describes himself as It Trainer. He conducts classes in C++ Language, MySQL and MySQL Certification. Atanu is located in Senhati Co Operative Colony Road, Kolkata. Atanu takes Online Classes- via online medium. He has 15 years of teaching experience . Atanu has completed Bachelor of Science (B.Sc.) from Calcutta University in 1996. HeĀ is well versed in Hindi, English and Bengali. Atanu has got 1 reviews till now with 100% positive feedback.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more