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

5 Other courses in Edinburgh

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Office Management and Effective Communication Skills

5.0(10)

By GBA Corporate

OVERVIEW -------------------------------------------------------------------------------- This Course is specially designed to enhance communication skills and gain advanced skills in office management. It will help identify key features of the role and will navigate through all the components and techniques for operating an efficient support team. This course will update your interpersonal skills, communication skills and other skills required to have effective office management and gain advanced administrative skills.

Office Management and Effective Communication Skills
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1718 to £3626

MySQL Performance & Tuning

5.0(3)

By Systems & Network Training

MYSQL PERFORMANCE & TUNING TRAINING COURSE DESCRIPTION This MySQL Performance & Tuning course is designed for Database Administrators, Application Developers and Technical Consultants who need to monitor and tune the performance of MySQL servers and databases. The course provides practical experience in monitoring and tuning MySQL servers and databases. Note: This MySQL Performance & Tuning course does not cover clustering (other than at overview level), replication or non-standard storage engines such as Falcon and PBXT. WHAT WILL YOU LEARN * Develop a monitoring and tuning plan * Use server configuration and status variables. * Identify and improve problem queries. * Make efficient use of indexes. * Monitor and size memory caches and locks. * Tune the MyISAM and InnoDB storage engine. * Evaluate the use of partitioning for performance. MYSQL PERFORMANCE & TUNING TRAINING COURSE DETAILS * Who will benefit: Anyone who wishes to monitor and tune MySQL performance. * Prerequisites: Delegates must have a working knowledge of MySQL Database Administration * Duration 3 days MYSQL PERFORMANCE & TUNING TRAINING COURSE CONTENTS * Introduction to performance tuning Tuning overview, Resolving performance issues, Recommended approach to tuning, Items to evaluate, Where to look, Planning a monitoring routine, Building a new database for performance, Tuning an existing database, Setting suitable goals. * MySQL performance tuning tools Administration tools, the information schema, performance-related SHOW commands, benchmarking tools, the MySQL performance schema, MonYog. Hands on Obtaining performance information. * Schema design Normalisation, de-normalisation, naming conventions, load generation, stress testing and benchmarking tools, selecting data types, data types, character sets, choosing storage engines. Hands on effects of design on performance. * Statement tuning Overview of statement tuning, identifying problem queries, the optimizer, explain, explain extended. Hands on identifying problem queries and using explain. * Indexes Index overview, Types of index, Index tuning, Indexes and joins. Hands on Indexes and performance. * Server configuration and monitoring Server configuration variables, server status variables, table cache, multi-threading, connection issues, query cache. Hands on setting and interpreting server variables and caching. * Locking Types of locking, locking and storage engines, effects of locking on performance. Hands on locking and performance. * The InnoDB engine Transactions, crash recovery, locking, monitoring InnoDB, caches and buffers, configuring data files, configuring the log files. Hands on InnoDB configuration and performance. * Other storage engines MyISAM engine, merge engine, archive engine, memory engine, blackhole engine, CSV engine, the Spider engine, the ColumnStore engine, the MyRocks engine, mixing sorage engines. Hands on storage engine performance. * Overview of clustering and performance Advantages of performance, advantages of clustering, performance issues and clustering, the NDBCluster engine, the Galera cluster, the Percona XtraDB cluster, MySQL InnoDB cluster, the federated engine, the federatedX engine, overview of other high availability techniques. NOSQL and Mencached overview. * Dumping and loading data SQL statements versus delimited data, parameters affecting dump performance, parameters affecting load performance. Hands on dump and load performance. * Partitioned tables Partitioned tables concepts, range partitioning, hash partitioning, key partitioning, list partitioning, composite partitioning or subpartitioning, partition pruning. Hands on partitioned table performance.

MySQL Performance & Tuning
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Oracle SQL foundation

5.0(3)

By Systems & Network Training

ORACLE SQL TRAINING COURSE DESCRIPTION The Oracle SQL course is designed to give delegates practical experience in writing SQL statements and scripts using Oracle SQL. The basic SELECT statement, the use of SQL functions and the basic table and view handling statements are introduced. WHAT WILL YOU LEARN * Create SQL statements to query database tables. * Use standard aggregate functions and related SELECT statement clauses. * Join Tables. * Use basic subqueries and the set operators. * Use numeric, character and date functions. * Use conversion and other miscellaneous functions. * Use SQL parameters. * Use complex subqueries. * Create and alter tables and views. * Insert, update and delete rows in database tables. * Manage sequences and synonyms. ORACLE SQL TRAINING COURSE DETAILS * Who will benefit: Anyone who needs to use and understand Oracle SQL to query and update data in an Oracle database. * Prerequisites: None. * Duration 3 days ORACLE SQL TRAINING COURSE CONTENTS * Retrieving data with the SELECT statement The SELECT statement, The SELECT and FROM clauses, Conditions and the WHERE clause, Other conditional operators, Logical operators, The ORDER BY clause, Column aliases, Arithmetic expressions, Precedence of operators. * Aggregate functions Overview of built In aggregate functions, The GROUP BY clause, The HAVING clause. * Joining tables Overview of table joins, Inner joins, Table aliases, Outer joins, Self joins, ANSI standard joins. * Basic subqueries and set operators Overview of subqueries, Basic subqueries, Set operators, The union, intersect and ,minus operators. * Numeric, character and data functions Function types, Using the table dual to try out functions, Numeric functions, Character functions, String concatenation, Date arithmetic and date functions. * Conversion and miscellaneous functions Conversion functions, The NVL and NVL2 functions, The DECODE function, CASE expressions, The COALESCE and NULLIF functions. * SQL parameters Command line substitution parameters, The accept command, The define and undefine commands. * Complex subqueries Subqueries usage, In-line views, Top-N queries, Subqueries with joins, Multi column subqueries, Correlated subqueries, Subquery rules, Using the ANY, ALL and SOME operators. * Managing data Inserting rows, Updating rows, Deleting rows, Verifying updates, Transaction control, Commit and rollback, Savepoints, Commits and constraints, Amending data in SQL developer. * Managing tables Creating tables, Specifying constraints, Altering tables, columns and constraints, Dropping tables, columns and constraints, Recovering dropped tables, Copying tables. * Managing indexes and views Creating indexes, Dropping indexes, Listing indexes, Creating and using views, Dropping views, Listing views. * Managing sequences and synonyms Create a sequence, View sequence details, Create a synonym, List synonyms.

Oracle SQL foundation
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

MySQL foundation

5.0(3)

By Systems & Network Training

MYSQL FOUNDATION TRAINING COURSE DESCRIPTION The MySQL foundation course covers the basics of the SQL language as implemented by MySQL. The course is designed to give delegates practical experience in writing SQL statements using the MySQL client program and MySQL Workbench. The basic SQL statements, including the use of SQL functions and the basic table and view handling statements are introduced. WHAT WILL YOU LEARN * Create, alter and drop a MySQL database. * Write SQL statements. * Use SQL expressions and functions. * Create and alter tables, indexes and views. * Use transactions. * Grant and revoke access privileges. * Export and import data. MYSQL FOUNDATION TRAINING COURSE DETAILS * Who will benefit: Anyone who needs to access and work with a MySQL Database. * Prerequisites: An understanding of databases and exposure to information technology in general would be useful. * Duration 3 days MYSQL FOUNDATION TRAINING COURSE CONTENTS * Database concepts What is a database? database management systems, tables, rows and columns, indexes, primary keys, unique constraints and foreign keys, client-server architecture, supported data types, storage engines and table types, Information_Schema and MySQL Databases. Hands on using a database. * Using the MySQL client What is the MySQL client? getting started and logging in, selecting a database, client commands, entering and executing SQL statements, retrieving previous commands, creating, editing and executing SQL files, redirecting output into a file, command line execution of MySQL scripts. Hands on Using the MySQL client. * Basic SELECT The SQL SELECT statement, case sensitivity, quotes, statement terminator, syntax conventions, SELECT clause, FROM clause, conditions and the WHERE clause, logical operators, ORDER BY clause, column aliases, arithmetic expressions, precedence of operators. Hands on querying the sample database. * LIMIT, UNION and AGGREGATE functions The LIMIT clause, UNION, UNION ALL, aggregate functions, GROUP BY clause, using Rollup with GROUP BY, HAVING clause. Hands on using limit, union and aggregate functions. * Subqueries and joins Subqueries, cartesian products, table aliases, natural joins, join using, join on, multi-table joins. Hands on using subqueries and joins. * Numeric and character functions Function types, testing functions, numeric functions character functions. Hands on using numeric and character functions. * Data, time and other functions Date and time column types, date and time formats, Date format function, functions to return date time, functions to extract components from date time, date time arithmetic, miscellaneous functions. Hands on using date, time and other functions. * Databases and tables Creating a database, selecting a database, creating tables, Auto_increment, show create table, column operations, constraint operations, copying tables, renaming tables, changing engine for tables, dropping tables, temporary tables. Hands on maintaining databases and tables. * Indexes and views What is an index? creating an index, reviewing indexes, dropping indexes, what is a view? creating views, view restrictions, dropping views. Hands on maintaining indexes and views. * Managing data Inserting rows, replacing rows, updating rows, deleting rows, Truncate statement, The COMMIT and ROLLBACK commands, savepoints, implicit commits. Hands on managing data. * Access control Creating users, renaming users, dropping users, granting privileges, revoking privileges. Hands on creating users, granting and revoking. * Import and export Exporting using SQL, importing using SQL, exporting from the command line, importing from the command line. Hands on export and import data.

MySQL foundation
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

3 Step Leadership & Management

By M&K Update Ltd

A popular 3 day programme aimed at team supervisors and managers. Develop skills in managing yourself, your job and managing others.

3 Step Leadership & Management
Delivered in-person, on-request, onlineDelivered Online & In-Person in UK Wide
Price on Enquiry

Educators matching "Other"

Show all 5
Own Your Success

own your success

5.0(1)

Edinburgh

ABOUT OWN YOUR SUCCESS It's as simple as that. We want professionals to OWN THEIR SUCCESS!  Progressive professionals who want to be at the forefront of their organisation and sector, encouraging best practice implementation and personal and staff growth, need to ensure they are continuing to invest in themselves.  Whether you are a current or future leader, owning your career, learning from peers and understanding modern tools and techniques is the only way to truly establish yourself as a front-runner in your space. OYS offers proven programs that are designed to provide you with key insights and outcomes that will allow you to elevate yourself as a leader and encourage the elevation of the team around you. As an attendee at one of our programs, you will create and start implementing your OWN roadmap, which will enhance YOUR capability and create a clear pathway for future SUCCESS. Visit our events page to view up-and-coming programs best suited to you and your business. MISSION STATEMENT Own Your Success is dedicated to delivering the highest quality training events and unique and memorable delegate experience - delivered with enthusiasm, liveliness and excitement for professionals advancing their careers. OUR VALUES Transparency As an organisation, we need to demonstrate honesty, openness, accountability, and a straightforward attitude towards all business interactions – our clients, facilitators and internal team.   Collaboration We are a learning organisation and we need to listen to our clients, facilitators and team to make sure we work together to be successful in our mission to deliver the highest-quality learning experience. We need to work together to learn and make the right decisions for everyone involved with our organisation.  Fun We have all heard the quote; "If you love what you do - you'll never work a day in your life," but this is what we stand by. We love helping and developing people to be the best version of themselves. If you’re having fun then that means our clients are going to get the best experience possible. We are serious about developing people, but who says you can’t have a chuckle whilst doing it.   Communication  We need to effectively communicate to make sure our clients have the best learning journey possible. If we can't, then how can you trust us to develop you? Communication is a major part of a professional’s journey and so it’s a major part of ours too. Therefore our focus is strong communication with our clients, facilitators and team to make sure we deliver on what we set out to achieve - the best quality training programs for professionals advancing their careers.

IT Professional Training, Edinburgh

it professional training, edinburgh

0.0(5)

Edinburgh

IT Professional Training, is very well known for providing the best Free (Fully Funded) IT computer courses in Edinburgh and Glasgow. Call us 0131 552 5558, 0141 429 2922IT Professional Training is very well known for providing the best IT courses & services in the industry, and we are committed to that mission. We are based in Edinburgh and Glasgow, and offer a wide range of IT courses that enable people to get jobs in IT or upgrade their existing IT skills. We are one of the kind who have brought Part-Time Fully Funded Professional IT Courses for students and professionals in Edinburgh, Glasgow and surroundings with an ambition to help young people to get their desired job or develop extra skills while studying in College and University, for an unemployed to get industry level skills and for professionals to take their skills to next level. We are a Professional training college in Glasgow, offering free IT computer courses. Join us & enhance your IT skills! IT Professional Training not only train individuals for IT jobs but also provide hands on experience in the form of apprenticeships. This lets the people we train start their IT career with great confidence. Our e-learning courses allow you to save time & learn more effectively. Learn about computer courses and IT courses. We are also the only Edinburgh based College who are offering HNC and HND Computing subjects in a January session and we are the only other college other than Edinburgh College for students to do HNC/HND Computing and have SAAS funding, bursary and student loan etc. One area that we particularly pride ourselves in is our commitment to providing a lab-based practical, and a hands on live-experience which make us superior to others. We offer training for all levels, from basic IT through to advanced specialist subjects. Benefits of IT Training Training in IT provides a wider range of skills, which can help differentiate you in the competitive jobs market. At IT Professional Training we specialise in IT training. You may be worried about the future, not happy with your current job, or simply not fulfilling your true potential with our IT training, you will have greater opportunities. IT Professional Training can help lead you to a brighter tomorrow.