

from30.00CHF/ h
learn Oracle PL / SQL Database concepts and coding / programming .
Hello, I'm Sandeep, am a database expert with over 7 years of professional work experience and 2 years of teaching experience. I can teach oracle pl sql database from beginners to advanced level. Am here because of my passion for teaching and not for making money.However some earning will keep me inspired. Let me know if you are interested. Thanks
Location
At student's location: Around Zürich (Kreis 5), Switzerland









|
Use ctrl + wheel to zoom!
General info
Age: | Adults (18-64 years old) Seniors (65+ years old) |
---|---|
Student level: | Beginner Intermediate Advanced |
Duration: | 45 minutes 60 minutes 90 minutes |
The class is taught in: | English |
Ask a question
Send a message explaining your needs and Sandeep will reply soon:
The more detail, the better.
Ex. "Hi, when are you available to meet for a lesson?"
Ex. "Hi, when are you available to meet for a lesson?"
Availability of a typical week
(GMT -05:00) Chicago
Mon | Tue | Wed | Thu | Fri | Sat | Sun | |
---|---|---|---|---|---|---|---|
0 | |||||||
1 | Monday at 1:00 | Tuesday at 1:00 | Wednesday at 1:00 | Thursday at 1:00 | Friday at 1:00 | ||
2 | Monday at 2:00 | Tuesday at 2:00 | Wednesday at 2:00 | Thursday at 2:00 | Friday at 2:00 | ||
3 | Monday at 3:00 | Tuesday at 3:00 | Wednesday at 3:00 | Thursday at 3:00 | Friday at 3:00 | Sunday at 3:00 | |
4 | Sunday at 4:00 | ||||||
5 | Sunday at 5:00 | ||||||
6 | Saturday at 6:00 | Sunday at 6:00 | |||||
7 | Saturday at 7:00 | Sunday at 7:00 | |||||
8 | Saturday at 8:00 | Sunday at 8:00 | |||||
9 | Saturday at 9:00 | Sunday at 9:00 | |||||
10 | Saturday at 10:00 | Sunday at 10:00 | |||||
11 | Saturday at 11:00 | Sunday at 11:00 | |||||
12 | Saturday at 12:00 | Sunday at 12:00 | |||||
13 | Saturday at 13:00 | Sunday at 13:00 | |||||
14 | Monday at 14:00 | Tuesday at 14:00 | Wednesday at 14:00 | Thursday at 14:00 | Sunday at 14:00 | ||
15 | Monday at 15:00 | Tuesday at 15:00 | Wednesday at 15:00 | Thursday at 15:00 | Sunday at 15:00 | ||
16 | Monday at 16:00 | Tuesday at 16:00 | Wednesday at 16:00 | Thursday at 16:00 | Sunday at 16:00 | ||
17 | Monday at 17:00 | Tuesday at 17:00 | Wednesday at 17:00 | Thursday at 17:00 | |||
18 | |||||||
19 | |||||||
20 | |||||||
21 | |||||||
22 | |||||||
23 |
from 30FrAt student's home
100% Satisfaction Guarantee
Good-fit Instructor Guarantee
If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.
Online reputation
- Instructor since October 2018
Availability of a typical week
(GMT -05:00) Chicago
Mon | Tue | Wed | Thu | Fri | Sat | Sun | |
---|---|---|---|---|---|---|---|
0 | |||||||
1 | Monday at 1:00 | Tuesday at 1:00 | Wednesday at 1:00 | Thursday at 1:00 | Friday at 1:00 | ||
2 | Monday at 2:00 | Tuesday at 2:00 | Wednesday at 2:00 | Thursday at 2:00 | Friday at 2:00 | ||
3 | Monday at 3:00 | Tuesday at 3:00 | Wednesday at 3:00 | Thursday at 3:00 | Friday at 3:00 | Sunday at 3:00 | |
4 | Sunday at 4:00 | ||||||
5 | Sunday at 5:00 | ||||||
6 | Saturday at 6:00 | Sunday at 6:00 | |||||
7 | Saturday at 7:00 | Sunday at 7:00 | |||||
8 | Saturday at 8:00 | Sunday at 8:00 | |||||
9 | Saturday at 9:00 | Sunday at 9:00 | |||||
10 | Saturday at 10:00 | Sunday at 10:00 | |||||
11 | Saturday at 11:00 | Sunday at 11:00 | |||||
12 | Saturday at 12:00 | Sunday at 12:00 | |||||
13 | Saturday at 13:00 | Sunday at 13:00 | |||||
14 | Monday at 14:00 | Tuesday at 14:00 | Wednesday at 14:00 | Thursday at 14:00 | Sunday at 14:00 | ||
15 | Monday at 15:00 | Tuesday at 15:00 | Wednesday at 15:00 | Thursday at 15:00 | Sunday at 15:00 | ||
16 | Monday at 16:00 | Tuesday at 16:00 | Wednesday at 16:00 | Thursday at 16:00 | Sunday at 16:00 | ||
17 | Monday at 17:00 | Tuesday at 17:00 | Wednesday at 17:00 | Thursday at 17:00 | |||
18 | |||||||
19 | |||||||
20 | |||||||
21 | |||||||
22 | |||||||
23 |
from 30FrAt student's home
Good-fit Instructor Guarantee
If you are not satisfied after your first lesson, Apprentus will find you another instructor or will refund your first lesson.
Share
You are here
Private lessons
in Zürich (Kreis 5)
Similar classes
Amin
Programming with Python, with C and database management (Introduction to machine learning)Looking to master programming and become a skilled developer? In this course, you'll learn the basics of Python and other programming languages, as well as how to use them to build machine learning models. We also offer specialized assistance for students in programming and database management using SQL (CPGE students).
Python is a powerful general-purpose language used in web development, data science, software prototyping, and more. Its simple and easy-to-use syntax makes it an excellent choice for beginners learning to program.
Additionally, upon request, we offer courses in other programming languages such as C, R, and MATLAB.
Classes can be conducted remotely or in person, and we tailor our instruction to meet individual or group needs.
If you have any questions, feel free to contact us.
Brahim
Introduction to Relational Database and SQL Language by practiseModule 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys
Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE
- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints
- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation
Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE
- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server
Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions
- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls
Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN
- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows
Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values
- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING
Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows
- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows
Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause
- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
Zakaria
Master SQL from A to Z – From basics to advanced queriesThis course is designed to guide you step-by-step through learning SQL, the essential language for interacting with databases. Whether you're a beginner or looking to strengthen your skills, you'll start with the basics (table creation, simple queries) and progress to advanced concepts such as query optimization, complex joins, and performance management.
By the end of the course, you will be able to effectively manipulate databases, write optimized queries, and manage large volumes of data with ease.
Oussama
Mastering Relational Database Management: Personalized Courses with SQL, DBSM, MySQL, and PostgreSQLI offer personalized courses that cover a wide range of topics, from the basics of relational database management to advanced data manipulation using query languages such as SQL and tools such as DBSM, MySQL, and PostgreSQL. My courses are tailored to the needs and learning styles of each student, and I am committed to helping my students achieve their individual learning goals.
Whether you are a beginner or looking to improve your skills, I can help you develop your relational database management skills and take your expertise in this field to the next level. I am excited to guide you through the world of relational database management and help you master the skills necessary to succeed in this field. Please do not hesitate to contact me for more information about my services and how I can help you achieve your relational database management goals.
Aniket
Certified Trainer For Web Development (Front-End and Backend) Nodejs - B.tech and M.tech in Computer Science
- Worked as a Software engineer in Virtusa Corp & DIGIDEZ
- More than 6 years of teaching experience
- Oracle Certified Developer
- Helped students placed in FAANG
Featured Review :
Been trying to learn Java on my own for about 1 year and I couldn't get a grasp on it. Aniket make learning Java a fun experience and challenges you to think for yourself to reinforce the concepts you've learned. I am truly excited for our meetings and he makes time go by so fast that I'm upset when they end. Great teacher and he is genuinely passionate about your success. If I could give him more stars I would!!!
Thanks
Aniket
Mohamed
Database (SQL Server, PostgreSQL, MySQL): From Fundamentals to Distributed SystemsDive into the world of SQL databases with this comprehensive course designed for learners of all levels. Whether you are new to databases or seeking to expand your expertise to advanced concepts like distributed systems, this course has you covered.
What You can Learn:
- Fundamentals of relational databases and SQL syntax.
- Designing robust databases using normalization and entity relationships.
- Writing complex queries, joins, and subqueries.
- Database optimization techniques for performance tuning.
- Implementing stored procedures, triggers, and views.
- Managing transactions and ensuring data integrity.
- Understanding and working with distributed database systems like Distributed PostgreSQL
Zora
Data science, Deep learning, Business intelligence, Data analysis, Visualisation des donnéesJe propose des cours complets en Power BI, analyse de données, science des données et algorithmes d'apprentissage profond, adaptés à tous les niveaux d'expérience. Mon approche pédagogique se concentre sur l'acquisition de compétences pratiques, vous permettant d'appliquer directement ce que vous apprenez dans des projets réels.
Dans le cadre de mes cours de gestion de données, vous apprendrez à transformer vos données en visualisations interactives et informatives, en maîtrisant les techniques de création de tableaux de bord, de rapports et d'analyses visuelles. Vous découvrirez également comment connecter différentes sources de données et optimiser vos modèles pour des insights pertinents.
En ce qui concerne l’analyse de données, vous développerez une compréhension approfondie des méthodes statistiques et analytiques, vous permettant de tirer des conclusions significatives à partir de vos données. Vous serez initié aux outils et aux techniques de manipulation des données, y compris l'utilisation de langages de programmation tels que Python, R, PowerBI ou TABLEAU.
Dans le domaine de la science des données, nous explorerons les étapes clés du processus de data science, de la collecte et le nettoyage des données à la modélisation et à la validation des résultats. Vous serez également introduit aux algorithmes d’apprentissage profond, apprenant à construire et à entraîner des modèles neuronaux pour des applications variées, allant de la reconnaissance d'image à la prévision.
Chaque cours est structuré autour de projets pratiques et de cas d’étude, afin de vous préparer à relever des défis réels en matière d’analyse et d’interprétation des données. Si vous êtes prêt à développer vos compétences en Power BI, analyse de données, science des données et apprentissage profond.
Sanyam
Data Essentials: Learn SQL from scratch and master Querying and designThis course is for university students who would like to master data essentials and database querying. We learn normalisation, ER diagrams, DDL, DML as part of this course. Immerse yourself in practicing logics via different exercises. The couse will be tailored per your specific needs.
Ayoub
SQL Mastery: Learn to Query, Analyze, and Manage DataSQL (Structured Query Language) is the cornerstone of working with databases and a must-have skill for anyone pursuing a career in data analytics, software development, or database management. This class is designed to take you from the fundamentals of SQL to advanced querying techniques.
You’ll start with the basics: understanding databases, writing simple queries, and learning how to retrieve, filter, and sort data. As you progress, you'll master advanced topics such as joins, subqueries, functions, and optimizing query performance. Real-world exercises will give you hands-on experience with actual datasets, preparing you to solve business challenges with ease.
Whether you’re a beginner or looking to enhance your skills, this course provides a practical approach to learning SQL in a structured and engaging way. Let’s unlock the power of databases together!
Oubaid
Learn SQL for Data Analysis EnthusiastsThis course will allow you to acquire SQL skills for data analysis and management.
During this course, you will have the opportunity to use and manipulate the most well-known SQL features such as joins, subqueries, aggregation functions, filter and grouping clauses, as well as transactions. Finally, the methodology is based on familiarization with SQL syntax and the practice of acquired skills through real-world projects.
SQL is one of the world's most widely used languages for relational database management, and it is essential for efficiently manipulating and extracting data in many fields, including data science and business intelligence.
Szymon
College SQL Exam Preparation - Learn Everything about PostgreSQL "SELECT" statements!Are you preparing for your college SQL exams and want to excel in database querying? Join my SQL Exam Preparation course, where you’ll get expert guidance from an experienced tutor with a strong background in databases. (mainly PostgreSQL and mySQL) With 2 years of SQL experience, top scores in exams at KdG University, and over a year of tutoring, I’ll help you master SELECT statements and beyond.
What you’ll learn:
- Basics of SQL: tables, columns, rows
- Writing SELECT queries
- Filtering data using WHERE, LIKE, and logical operators
- Using ORDER BY and LIMIT for sorting and limiting results
- Aggregate functions: COUNT, SUM, AVG, MIN, MAX
- GROUP BY and HAVING clauses for data aggregation
- Joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN
- Subqueries and nested SELECT statements
Who is this for? This course is ideal for anyone looking to strengthen their SQL skills, whether you're a beginner or preparing for college-level exams. We’ll cover core SELECT query concepts, ensuring you have the confidence to work with real-world data and ace your tests.
Looking for something more advanced? Check out my other course on CREATE and INSERT statements.
Adel
Computer and programming tutor UAE IT teacher and collecting computer materialsTeaching all computer and programming subjects
Follow-up of university students in the UAE
In computer subjects, programming, IT and computer science
Java - C++ - C - C# - Visual basic - Matlab - Python
ICDL - Oracle - SQL
Java teacher - Python teacher - Office teacher - Database teacher - Information systems teacher
Teaching web page design
HTML - Java Script
Teaching office group
Word - Power point - Excel - Access - outlook
Teaching all programming languages with years of experience
All universities and all grades
To get the highest score in an easy and simple way
Abu Dhabi University, Al Ain University, Emirates University, College of Technology, Ajman University, University of Sharjah, Ras Al Khaimah University, Dubai University
College of Technology - Higher College of Technology
Computer and programming teacher
computer teacher in UAE
Computer teacher in Sharjah, Abu Dhabi, Al Ain, Ajman and Dubai
java programming teacher
python programming teacher
sql database tutor
ICDL Instructor and Trainer
Explanation of Microsoft office suite
Follow-up of all computer, programming, information systems and IT subjects at all stages of the university
Arpan
Learn basics of SQL programming with no prior knowledgeDo you want to learn SQL but feel overwhelmed by the amount of knowledge present on the internet?
Would you like to learn SQL from the very basics to a respectable level with hands-on practice?
My goal is to exactly do that.
You need no prior knowledge, all you need is the will to learn(which you already have, otherwise you wouldn't be here!)
My modules on SQL(which I will provide you with) will help you get up and running with SQL in absolutely no time.
I will personally assist you through downloading all the required software and then teach you how to use them so that you do not feel lost or overwhelmed.
So what are you waiting for, contact me and let's start collaborating!
Juan
Programming in Python, SQL, HTML and Data Science.Learn to program from scratch in Python with solid foundations with a Mathematician and Data Scientist. We will go into everything from the most basic such as data types, variables, loops, conditionals, to creating your own programs with a graphical interface, or entering the world of Data Science and Machine Learning.
We will learn Pandas, Numpy, Sklearn, among other useful libraries in the world of Data Science.
We can learn HTML to create web pages.
We will see SQL for creating and managing databases.
Nick
Master Data Analytics: Microsoft Excel, SQL, PowerPoint & OthersAs an educator specializing in Data Analytics, I provide expert instruction in essential tools and techniques, including Excel, SQL, PowerPoint, and PowerBI. These applications have emerged as critical components across various industry landscapes as well as in personal ventures, making the mastery of such skills immensely valuable. Additionally, I place an emphasis on soft skills training - areas such as data storytelling, presentation, and communication, which are often overlooked by many instructors, yet crucial in today's data-driven world.
Bringing rich experience in teaching a diverse age spectrum, I steadfastly adhere to fundamental teaching principles. These encompass segmentation for digestible understanding, visualization for tracking progress, tangible results as benchmarks of learning, and real-world applications to refine acquired skills.
Recognizing that effective learning strategies can differ greatly among individuals, I understand that there is no universally successful method. The true spirit of private tutoring lies in its adaptability to meet unique needs. Consequently, my pledge is to identify and implement the most conducive strategies that will invigorate and facilitate each of my students' learning journeys.