235 Student Reviews
I am coding professional . I have been teaching coding for kids ranging from 6 to 16 from past 3 years and also I have been teaching computer science for class 11 and 12. I teach C,C++,Java,SQL and basic computer according to requirements.
I am coding professional . I have been teaching coding for kids ranging from 6 to 16 from past 3 years and also I have been teaching computer science for class 11 and 12. I teach C,C++,Java,SQL and basic computer according to requirements.
I am a Data Analyst. I am giving online tuition for SQL/SQL server since 5 years. I have been certified by Hackerrank for Advance SQL. My key skills are SQL, Python , MS Excel, Tableau & Data Analysis. I have more than 3 years of experience in Big MNCs. Also, I am giving online/offline support to required SQL/SQL server projects.
I am a Data Analyst. I am giving online tuition for SQL/SQL server since 5 years. I have been certified by Hackerrank for Advance SQL. My key skills are SQL, Python , MS Excel, Tableau & Data Analysis. I have more than 3 years of experience in Big MNCs. Also, I am giving online/offline support to required SQL/SQL server projects.
I am an analytics professional with 6 years of experience working in top competitive companies in various domain. Skilled with industry experience in PL-SQL, AWS, Power BI, Tableau and Python. Strong engineering professional graduated with Computer Science and Engineering where I was also a department rank holder. But teaching was one thing I have always been passionate for since my college days and I still continue doing that.
I am an analytics professional with 6 years of experience working in top competitive companies in various domain. Skilled with industry experience in PL-SQL, AWS, Power BI, Tableau and Python. Strong engineering professional graduated with Computer Science and Engineering where I was also a department rank holder. But teaching was one thing I have always been passionate for since my college days and I still continue doing that.
I am a Senior Technical Lead – Data Engineering with over 7 years of experience in designing and implementing data-driven solutions. I specialize in building scalable and automated ETL/ELT pipelines using Azure Data Factory, Azure Synapse Analytics, Databricks, and Azure SQL. I have a strong command over data modeling, performance tuning, and orchestration of complex data workflows in the cloud. I’m proficient in using PySpark for data transformation and Azure DevOps for CI/CD and deployment automation. I have successfully led multiple end-to-end projects involving data migration, cloud optimization, and data integration. I am also a 3X Microsoft Certified professional with certifications in DP-900, DP-203, and DP-600. I take pride in delivering high-quality, maintainable, and production-ready data engineering solutions in agile environments.
I am a Senior Technical Lead – Data Engineering with over 7 years of experience in designing and implementing data-driven solutions. I specialize in building scalable and automated ETL/ELT pipelines using Azure Data Factory, Azure Synapse Analytics, Databricks, and Azure SQL. I have a strong command over data modeling, performance tuning, and orchestration of complex data workflows in the cloud. I’m proficient in using PySpark for data transformation and Azure DevOps for CI/CD and deployment automation. I have successfully led multiple end-to-end projects involving data migration, cloud optimization, and data integration. I am also a 3X Microsoft Certified professional with certifications in DP-900, DP-203, and DP-600. I take pride in delivering high-quality, maintainable, and production-ready data engineering solutions in agile environments.
Hello 👋 Myself VenkataKiran, I have around 4 years of experience into teaching and I'm currently working as a Sr Analyst at one of the US based Ecommerce Giant and I have 7 years of industry experience and I can teach you apply SQL in real time and how to apply it practically. After finishing the training with me, you would be able to apply SQL to real time projects and Apart from that you will have access to my guidance in your projects as well. Welcome :)
Hello 👋 Myself VenkataKiran, I have around 4 years of experience into teaching and I'm currently working as a Sr Analyst at one of the US based Ecommerce Giant and I have 7 years of industry experience and I can teach you apply SQL in real time and how to apply it practically. After finishing the training with me, you would be able to apply SQL to real time projects and Apart from that you will have access to my guidance in your projects as well. Welcome :)
I am a academician. I have completed my B.E and M.tech in Computer Science Bangalore. I have experience in the IT industry(Worked for Flipkart, Thomson Reuters). I love playing chess and spend valuable time by reading books.
I am a academician. I have completed my B.E and M.tech in Computer Science Bangalore. I have experience in the IT industry(Worked for Flipkart, Thomson Reuters). I love playing chess and spend valuable time by reading books.
I have 8 years of experience in SQL Programming, in both teaching and real time. I will teach you all concepts in SQL with real time scenarios.
I have 8 years of experience in SQL Programming, in both teaching and real time. I will teach you all concepts in SQL with real time scenarios.
Business Analyst with 2.5+ years of experience in data analytics, SQL ,PYTHON and process optimization. Skilled in leveraging data to drive business decisions, improve supply chain efficiency, and enhance profitability. Expertise in stakeholder management, dashboarding and automation.
Business Analyst with 2.5+ years of experience in data analytics, SQL ,PYTHON and process optimization. Skilled in leveraging data to drive business decisions, improve supply chain efficiency, and enhance profitability. Expertise in stakeholder management, dashboarding and automation.
I am a Software Engineer by profession and have a passion for teaching. I would like to pass on my skills which I have developed over 10+ years working in the IT industry. The key skills I teach are Microsoft Excel (Basic to Advanced) and SQL (Oracle).
I am a Software Engineer by profession and have a passion for teaching. I would like to pass on my skills which I have developed over 10+ years working in the IT industry. The key skills I teach are Microsoft Excel (Basic to Advanced) and SQL (Oracle).
Browse hundreds of experienced dance tutors across Bangalore. Compare profiles, teaching styles, reviews, and class timings to find the one that fits your goals
Select your preferred tutor and book a free demo session. Experience their teaching style, ask questions, and understand the class flow before you commit.
Once you're satisfied, make the payment securely through UrbanPro and start your dance journey! Learn at your own pace — online or in-person — and track your progress easily.
Find the best SQL Programming Tutor Training
Selected Location Do you offer SQL Programming Training?
Create Free Profile >>You can browse the list of best SQL Programming tutors on UrbanPro.com. You can even book a free demo class to decide which Tutor to start classes with.
The fee charged varies between online and offline classes. Generally you get the best quality at the lowest cost in the online classes, as the best tutors don’t like to travel to the Student’s location.
It definitely helps to join SQL Programming Training near me in Marathahalli, Bangalore, as you get the desired motivation from a Teacher to learn. If you need personal attention and if your budget allows, select 1-1 Class. If you need peer interaction or have budget constraints, select a Group Class.
UrbanPro has a list of best SQL Programming Training
If your SQL string with single quotes is not inserting, it may be due to the following reasons: 1....
Designing a well-structured SQL Post table involves considering the requirements of your application...
In MySQL, clustered indexes and secondary indexes are both B-tree data structures. The B-tree index...
Using lowercase will help speed typing, avoid mistakes as MYSQL is case sensitive. Space replaced with...
Following are the signs those qualify a query to be a derived table: These are defined in FROM clause of an outer query. It is surrounded by parenthesis...
declare str varchar2(80):='&str'; ab char:='&ch'; i number; l number; c number; begin l:=length(str); ...
SQL tip 1: Instead of Full Outer Join, you can use Union All. Difference is, Full Outer Join provides results side by side. Union All provides result...
SQL tip 1: Instead of Full Outer Join, you can use Union All. Difference is, Full Outer Join provides results side by side. Union All provides result...
1. Write a query to get the below output, 1 11 21 31 .. .. 91 2 12 22 32 .. .. 92 3 13 23 33 .. .. 93 ...