• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

228 Courses in London

Jewellery-Making Workshop

5.0(5)

By Stooki

Join lifestyle and streetwear label Stööki as they host their exclusive jewellery workshops at their studio in Greenwich. This ticket is valid for entry for 1 person for the date of the workshop session & includes the Brass 18k Gold-Plated Ring casting and finishing fee. The session will be focused on the creation and personalisation of rings and pendants and led by Stööki's jewellery technologist Nadia Abbas. In this workshop you will: Get an insight in to the jewellery making process Receive a wax ring or pendant template to customise with your own design Get a tutorial covering a range of jewellery making techniques The aim is to have a finished wax master at the end of the workshop that can be taken home, but there is also the option of turning your personalised wax ring or pendant into a finished jewellery piece. Prices to get jewellery made are as follows: Rings: Silver - £70, Brass 18k Gold-Plated - £85, Solid 9k Gold - £ available on request Pendants: Silver - £75, Brass 18k Gold-Plated - £90, Solid 9k Gold - £ available on request *Please note that his ticket option includes the £85 Brass 18k Gold-Plated Ring casting and finishing fee. Add a Stööki sterling silver curb necklace for an additional £15 Stööki will provide all the equipment needed for this session. There is free parking on-site if driving.

Jewellery-Making Workshop
Delivered In-PersonFlexible Dates
£45 to £70

Kids Painting Class in Belgravia, London

4.9(34)

By MasterPeace London

https://www.instagram.com/masterpeacelondon/

Kids Painting Class in Belgravia, London
Delivered In-PersonFlexible Dates
£38

Commercial Heels Adult Class

By DanceWithUs

Hello to all our fabulous dancers out there! Welcome to our Glamorous Strides Heels Dance Class, a class designed to sprinkle a dash of confidence and a whole lot of sass onto your dance journey. Lacing up your heels for this class is completely optional - but bringing your vibrant energy and giving it your all is non-negotiable! As we explore a dazzling array of poses and dance techniques, you'll also be learning some irresistibly fun and seductive choreography that's guaranteed to turn heads. If you love our energy and are ready to embark on an exhilarating journey of discovery and exploration, we can't wait to see your radiant smiles and determined spirits in our upcoming Heels Course. Here's a glimpse of what you'll begin to master in our Glamorous Strides class: Dance Technique & Flexibility: We'll sharpen your dance techniques and improve your flexibility, making every move look effortlessly graceful. Walking & Balancing in Heels: If you choose to wear heels, we'll teach you how to glide across the dance floor with poise and balance. Posing Techniques: Strike a pose! Learn how to accentuate your movements and exude confidence with our expert posing techniques. Stretching: Proper stretching is crucial in dance, and we'll ensure you learn how to do it right, promoting flexibility and preventing injury. Choreography and Performance: Last but not least, you'll learn captivating choreography and the art of performance, imbuing every dance with your unique style and charisma. So, ready to strut, spin, and unleash your inner diva in our Glamorous Strides Heels Dance Class? We can't wait to welcome you to the studio, ready to sparkle and shine on this exciting dance journey. Remember, heels dance is all about confidence, expression, and most importantly, having a fantastic time on the dance floor. Let's strut, spin, and let our spirits shine together in Glamorous Strides! See you in the studio!

Commercial Heels Adult Class
Delivered In-PersonFlexible Dates
£12

HOW TO CREATE GENUINE EMOTIONAL CONNECTION

By Fay Beck Studio

An in person London based workshop to help you build Emotional Connection. Our approach is based on helping individuals to rebuild their immense and beautiful capacity for emotional intimacy while also encouraging & fostering personal and psychological safety. We use a set of exercises that are canonical in training actors to deepen emotional connection on stage and screen. You will feel empowered to open up and & become vulnerable with others. The exercises are emotionally ‘light’ and yet powerful. You will not be asked or required to share anything personal. We will work with your imagination, your powers of make believe and ‘creatively play’ in order to show you how you embody changes to help you connect truthfully and genuinely. Overall, the workshop is designed to grow emotional awareness and to provide you with the tools to enable trust, emotional resilience and an expanded capacity for vulnerability which you can use and apply to any relationship whether social, professional or more intimate.

HOW TO CREATE GENUINE EMOTIONAL CONNECTION
Delivered In-PersonFlexible Dates
£495

Intermediate Ballroom Dancing Course

5.0(10)

By Ballroom Courses By Michael Litke

Intermediate Ballroom Courses

Intermediate Ballroom Dancing Course
Delivered In-PersonFlexible Dates
£133

Beginners Ballroom Dancing Course

5.0(10)

By Ballroom Courses By Michael Litke

Beginner Ballroom Course Waltz, Rumba, Cha-cha, Foxtrot, Tango, Jive

Beginners Ballroom Dancing Course
Delivered In-PersonJoin Waitlist
£133

Advanced Ballroom Dancing Course

5.0(10)

By Ballroom Courses By Michael Litke

Advanced Ballroom Courses

Advanced Ballroom Dancing Course
Delivered In-PersonFlexible Dates
£66

Querying Microsoft SQL Server

5.0(3)

By Systems & Network Training

Querying Microsoft SQL Server course description This course covers the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server and provides the foundation for all SQL Server-related disciplines; namely, database administration, database development and business intelligence. This course helps prepare for exam 70-761. Note: This course is designed for SQL Server 2014or SQL Server 2016. What will you learn Write SELECT statements. Create and implement views and table-valued functions. Transform data by implementing pivot, unpivot, rollup and cube. Create and implement stored procedures. Add programming constructs such as variables, conditions, and loops to T-SQL code. Querying Microsoft SQL Server course details Who will benefit: Database administrators, database developers, and business intelligence professionals. SQL power users, namely, report writers, business analysts and client application developers. Prerequisites: Database fundamentals Duration 5 days Querying Microsoft SQL Server course contents Introduction to Microsoft SQL Server Management studio, creating and organizing T-SQL scripts, using books online. Hands on working with SQL Server tools. T-SQL querying Introducing T-SQL, sets, predicate logic, logical order of operations in SELECT statements, basic SELECT statements, queries that filter data using predicates, queries that sort data using ORDER BY. Hands on introduction to T-SQL querying. Writing SELECT queries Writing simple SELECT statements, eliminating duplicates with DISTINCT, column and table aliases, simple CASE expressions. Hands on writing basic SELECT statements. Querying multiple tables cross joins and self joins, write queries that use Inner joins, write queries that use multiple-table inner joins, write queries that use self-joins, write queries that use outer joins, write queries that use cross joins. Hands on querying multiple tables. Sorting and filtering data Sorting data, filtering data with predicates, filtering data with TOP and OFFSET-FETCH, working with unknown values, WHERE clause, ORDER BY clause, TOP option, OFFSET-FETCH clause. Hands on sorting and filtering data. SQL Server data types Introducing SQL Server data types, Character data, date and time data, queries that return date and time data, write queries that use date and time functions, write queries that return character data, write queries that return character functions. Hands on working with SQL Server data types. DML Adding data to tables, modifying and removing data, generating automatic column values, Inserting records with DML, updating and deleting records using DML. Hands on using DML to modify data. Built-in functions Queries with built-in functions, conversion functions, logical functions, functions with NULL, queries that use conversion functions, queries that use logical functions, queries that test for nullability. Hands on built-in functions Grouping and aggregating data Aggregate functions, the GROUP BY clause, filtering groups with HAVING, queries that use the GROUP BY clause, queries that use aggregate functions, queries that use distinct aggregate functions, queries that filter groups with the HAVING clause. Hands on grouping and aggregating data. Subqueries Self-contained subqueries, correlated subqueries, EXISTS predicate with subqueries, scalar and multi-result subqueries. Hands on subqueries. Table expressions Views, inline table-valued functions, derived tables, common table expressions. queries that use views, write queries that use derived tables, Common Table Expressions (CTEs), write queries that se inline Table valued expressions (TVFs). Hands on table expressions. Set operators The UNION operator, EXCEPT and INTERSECT, APPLY, queries that use UNION set operators and UNION ALL, CROSS APPLY and OUTER APPLY operators. Hands on set operators. Windows ranking, offset, and aggregate functions OVER, window functions, ranking functions, offset functions, window aggregate functions. Hands on; windows ranking, offset, and aggregate functions. Pivoting and grouping sets PIVOT and UNPIVOT, grouping sets, queries that use the PIVOT operator, queries that use the UNPIVOT operator, queries that use the GROUPING SETS CUBE and ROLLUP subclauses. Hands on pivoting and grouping sets Executing stored procedures Querying data with stored procedures, passing parameters to stored procedures, simple stored procedures, dynamic SQL, the EXECUTE statement to invoke stored procedures. Hands on executing stored procedures. Programming with T-SQL T-SQL programming elements, controlling program flow, declaring variables and delimiting batches, control-of-flow elements, variables in a dynamic SQL statement, synonyms. Hands on programming with T-SQL Error handling T-SQL error handling, structured exception handling, redirect errors with TRY/CATCH, THROW to pass an error message back to a client. Hands on implementing error handling. Implementing transactions Transactions and the database engines, controlling transactions, BEGIN, COMMIT, and ROLLBACK, adding error handling to a CATCH block. Hands on implementing transactions.

Querying Microsoft SQL Server
Delivered in Internationally or OnlineFlexible Dates
£2,797

HOW TO DEAL EFFECTIVELY WITH PASSIVE AGGRESSIVE AND TOXIC BEHAVIOUR AT WORK

By Fay Beck Studio

To help address this complex and yet commonplace experience, we’ve designed a one-day workshop to help professionals who experience passive-aggressive behaviour and toxic interpersonal communication in the workplace cope more effectively. Designed to be a decisive first step into gaining control over workplace toxicity, over the course of one day, attendees will be taught to recognise patterns of passive-aggressive behaviours and will learn how to respond appropriately to it. The workshop we will work through exercises to help demystify passive-aggressiveness so that it can be rendered increasingly more harmless to those who experience it routinely. Through specially designed exercises informed by the field of Emotion Psychology and Neuroscience you will also learn how to be less affected by it without resorting to repressing your emotions and shutting down.

HOW TO DEAL EFFECTIVELY WITH PASSIVE AGGRESSIVE AND TOXIC BEHAVIOUR AT WORK
Delivered In-PersonFlexible Dates
£495

Salsa Cuban Style Workshop Every First Sunday of The Month

5.0(62)

By Club Azucar - Latin Dance

Salsa Cuban Style workshop For Couples only - every first Sunday of the month @ 4 PM until 6 PM


 Salsa Cuban Style Workshop Every First Sunday of The Month
Delivered In-PersonFlexible Dates
£50
1...45678...23