Add to Wish List
Add to Wish List
from27.55GBP/ 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 ⊞+wheel to zoom!
General info
Skills:
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) New York
Mon | Tue | Wed | Thu | Fri | Sat | Sun | |
---|---|---|---|---|---|---|---|
0 | |||||||
1 | |||||||
2 | |||||||
3 | |||||||
4 | |||||||
5 | |||||||
6 | |||||||
7 | |||||||
8 | |||||||
9 | |||||||
10 | |||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | |||||||
16 | |||||||
17 | |||||||
18 | |||||||
19 | |||||||
20 | |||||||
21 | |||||||
22 | |||||||
23 |
from £27.55At 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) New York
Mon | Tue | Wed | Thu | Fri | Sat | Sun | |
---|---|---|---|---|---|---|---|
0 | |||||||
1 | |||||||
2 | |||||||
3 | |||||||
4 | |||||||
5 | |||||||
6 | |||||||
7 | |||||||
8 | |||||||
9 | |||||||
10 | |||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | |||||||
16 | |||||||
17 | |||||||
18 | |||||||
19 | |||||||
20 | |||||||
21 | |||||||
22 | |||||||
23 |
from £27.55At 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.
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.
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!
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
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
Hamdi
Introduction to SQL: The Basics of Database Queries.,.In this lesson, students will be introduced to SQL (Structured Query Language), the standard language used to manage and retrieve data from relational databases. Students will learn how to perform basic queries such as INSERT, SELECT, UPDATE, and DELETE. They will also cover how to use control clauses such as WHERE, ORDER BY, and JOIN to search for and organize information. By the end of the lesson, students will be able to construct simple SQL queries to read and modify data in databases.
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.
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.
Pardeep
Mastering MS SQL Server: Database Development and ManagementMastering MS SQL Server: Database Development and Management
Description:
Unlock the full potential of database development and management with our comprehensive MS SQL Server course. Whether you're a budding database administrator, software developer, or IT professional, this course is designed to equip you with the skills and knowledge needed to harness the power of Microsoft SQL Server.
What You'll Learn:
Introduction to MS SQL Server:
Understand the fundamentals of relational databases.
Explore the architecture and components of MS SQL Server.
Database Design and Normalization:
Design efficient and normalized database structures.
Learn best practices for creating scalable and maintainable databases.
SQL Querying:
Master Transact-SQL (T-SQL) for querying and manipulating data.
Implement stored procedures, functions, and triggers.
Data Modeling and Indexing:
Create effective data models for optimal performance.
Implement and optimize indexes for fast query execution.
Advanced Querying and Reporting:
Explore advanced querying techniques for complex data retrieval.
Generate meaningful reports using SQL Server Reporting Services (SSRS).
Data Security and Permissions:
Implement robust security measures to protect sensitive data.
Manage user roles and permissions effectively.
Backup and Recovery Strategies:
Develop comprehensive backup and recovery plans.
Learn to restore databases in the event of data loss.
Real-World Projects:
Database Development: Design and implement a fully functional database for a real-world scenario.
Performance Optimization: Identify and optimize slow-performing queries and database structures.
Why Choose Our Course:
Hands-On Labs: Apply your knowledge through hands-on labs and real-world scenarios.
Expert Instructors: Learn from experienced database administrators and SQL Server professionals.
Career Guidance: Receive insights into career paths in database development and administration.
Certification Preparation: Prepare for Microsoft SQL Server certifications to boost your credentials.
Who Is This Course For:
Database Administrators
Software Developers
IT Professionals
Students and Enthusiasts interested in database management
Join us in this immersive journey to become a master of MS SQL Server. Enroll now to acquire the skills needed to build and manage robust databases that drive business success!
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.
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.
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.
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!