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

28 SQL courses in Hoddesdon

🔥 Limited Time Offer 🔥

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

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

Introduction to SQL

5.0(3)

By Systems & Network Training

INTRO TO SQL TRAINING COURSE DESCRIPTION A hands on course focusing on the use of SQL. In particular this course does not concentrate on any particular version of SQL but rather enables delegates to recognise the differences found in SQL on different platforms. WHAT WILL YOU LEARN * Explain the difference between standard SQL and different flavours. * Use SQL statements to query databases. * Use SQL statements to define databases. INTRO TO SQL TRAINING COURSE DETAILS * Who will benefit: Anyone working with databases. * Prerequisites: None. * Duration 2 days INTRO TO SQL TRAINING COURSE CONTENTS * What is SQL? What is SQL? History, standards, What is SQL used for? Dialects, ANSI SQL, PL/SQL, Transact SQL, front ends. * Database basics RDBMS, Tables. Hands on Investigating a database. * Basic SQL commands SQL Overview: SQL DML, SQL DDL, SQL queries. SELECT, WHERE and ORDER BY clauses. Combining conditions. IN, LIKE and BETWEEN. Hands on Querying a database from existing tables. * SQL data retrieval Scalar functions. Hands on Selecting data from an existing database. * More SQL data retrieval Scalar functions, variations. Aggregate functions, GROUP BY. HAVING. Hands on Selecting data from an existing database. * Table joins Multiple tables, joins, keys, inner joins, left joins, right joins. Hands on Selecting data from an existing database. * SQL basic data manipulation INSERT, UPDATE, MERGE, DELETE. Transaction controls: COMMIT, ROLLBACK. Hands on Modifying data in tables. * SQL Data Definition USE, CREATE, DROP, TRUNCATE, ALTER. Hands on Managing new tables and columns. * Data control GRANT, REVOKE. Hands on Defining permissions.

Introduction to SQL
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1497

Administering Microsoft SQL Server

5.0(3)

By Systems & Network Training

ADMINISTERING MICROSOFT SQL SERVER COURSE DESCRIPTION This course provides students with the knowledge and skills to maintain a Microsoft SQL Server database. The course focuses on how to use SQL Server 2016 product features and tools related to maintaining a database. Note: This course is designed for customers who are interested in learning SQL Server 2014 or SQL Server 2016. It covers the new features in SQL Server 2016, but also the important capabilities across the SQL Server data platform. WHAT WILL YOU LEARN * Describe core database administration tasks and tools. * Configure SQL Server databases and storage. * Import and export data. * Monitor SQL Server. * Trace SQL Server activity. * Manage SQL Server security. * Audit data access and encrypt data. ADMINISTERING MICROSOFT SQL SERVER COURSE DETAILS * Who will benefit: Individuals who work with SQL Server databases. Individuals who develop applications that deliver content from SQL Server databases. * Prerequisites: Introduction to data communications & networking. * Duration 3 days ADMINISTERING MICROSOFT SQL SERVER COURSE CONTENTS * Introduction to SQL Server administration Database administration, SQL Server platform, database management tools and techniques. Hands on SQL Server Management Studio, sqlcmd Windows PowerShell with SQL Server. * Working with databases and storage Data storage with SQL Server, managing storage for system databases, managing storage for user databases, moving database files, configuring the buffer pool extension. Hands on Configuring tempdb storage, creating databases, attaching a database. * Importing and exporting data Transferring data, importing and exporting table data, copying or moving a database. Hands on import and export wizard, bcp utility, BULK INSERT statement, OPENROWSET function. * Monitoring SQL Server 2014 Monitoring SQL Server, dynamic management views and functions, performance monitor. Hands on Baseline metrics, monitoring a workload. * Tracing SQL Server activity Tracing workload activity, using traces. Hands on Capturing a trace in SQL Server profiler, generating tuning recommendations. * Managing SQL Server security SQL Server security, server-level security, database-level principals, database permissions. Hands on SQL Server security. Testing access.

Administering Microsoft SQL Server
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

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-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

Supporting Microsoft SQL server

5.0(3)

By Systems & Network Training

SUPPORTING MICROSOFT SQL SERVER COURSE DESCRIPTION A concise hands on course enabling delegates to manage and administer a Microsoft SQL server database. WHAT WILL YOU LEARN * Install SQL server. * Backup SQL server databases. * Recover SQL server databases. * Secure SQL server databases. * Perform routine maintenance. * Automate tasks. SUPPORTING MICROSOFT SQL SERVER COURSE DETAILS * Who will benefit: Anyone working with Microsoft SQL server * Prerequisites: Supporting Windows server. * Duration 3 days SUPPORTING MICROSOFT SQL SERVER COURSE CONTENTS * SQL server introduction Platform, Tools, services. Installation. Creating databases. * Backups Back up types, transaction logging, restoring from a backup: Full database, individual files. * Security Users, server roles, database roles. Permissions. * Monitoring Routine database maintenance. Performance data. * Jobs and alerts The SQL server agent, database mail, alerts, jobs.

Supporting Microsoft SQL server
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2367

Oracle SQL Advanced

5.0(3)

By Systems & Network Training

ORACLE SQL ADVANCED TRAINING COURSE DESCRIPTION The Oracle SQL Advanced course is designed to give delegates practical experience in using some of the more advanced features of Oracle SQL. Additional datatypes and the use of advanced SQL functions and expressions are covered together with enhanced table handling features. WHAT WILL YOU LEARN * Retrieve data using correlated subqueries, in-line views and multi-column subqueries. * Use the WITH Clause. * Inserting and Updating Rows Using Complex Subqueries * Create Hierarchical Queries. * Use ROLLUP, CUBE and GROUPING SETS group by enhancements. * Implement the GROUPING and GROUPING_ID functions. * Manage large data sets. * Insert data conditionally and unconditionally. * Merge Rows in a Table. * Create TIMESTAMP and INTERVAL Datatypes. * Use TIMESTAMP, TIMEZONE and INTERVAL functions and literals. * Use regular expressions and implement related functions. * Manage objects with the data dictionary. * Manage schema objects. * Perform flashback operations. * Create and using external tables. * Control user access to database objects. ORACLE SQL ADVANCED TRAINING COURSE DETAILS * Who will benefit: Anyone who needs to use the more advanced features of SQL to improve their productivity in querying and updating an Oracle database. * Prerequisites: Delegates should have attended the Oracle SQL course or have a similar level of experience. * Duration 2 days ORACLE SQL ADVANCED TRAINING COURSE CONTENTS * Retrieve data using subqueries ANY, ALL or SOME operators, Correlated subqueries, In-Line views, The Exists operator, The WITH clause, Multi-Column subqueries, Insert and update using a query, Correlated update and delete. * Hierarchical queries Hierarchical data, The START WITH and CONNECT BY clauses, The LEVEL pseudo-column, Sequencing the output, Eliminating nodes and branches. * Enhanced grouping features Review of basic grouping concepts, The ROLLUP and CUBE extensions, The GROUPING SETS extension, Using the GROUPING and GROUPING_ID functions. * Manage large data sets Multi-table Inserts, Conditional and unconditional Inserts, Merging data into a table, Table and view based merge, A sub query based merge. * Flashback technology Flashback query, The AS clause, Flashback table, Flashback drop. * Date, time and time zone support Date, Timestamp and Interval datatypes, Handling dates and times, Handling intervals, Date, timestamp and interval functions and literals, Related NLS parameters. * Regular expression support Regular expression notation, Character matching, Repetition operators, Sub expression grouping, Regular expression functions. * Manage objects with the Data Dictionary The Data Dictionary, Useful Data Dictionary tables, Using the Data Dictionary. * Manage schema objects Column operations, Constraint operations, Creating and dropping Indexes, B-Tree indexes, Function based indexes, Descending indexes, Creating and using external tables. * Access control System privileges and roles, Create users, Alter user details, Grant and revoke object privileges.

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

Oracle database administration

5.0(3)

By Systems & Network Training

ORACLE DATABASE 12C ADMIN TRAINING COURSE DESCRIPTION This Oracle Database 12c Administration course is designed to give the Oracle database administrator practical experience in administering, monitoring, tuning and troubleshooting an Oracle 12c database. Database administrators will gain an understanding of the architecture and processes of the Oracle database server. They will be able to ensure the integrity and availability of a company's data within the Oracle environment. They will be able to monitor the performance of the database, allocate resources with the Resource Manager and Schedule jobs. WHAT WILL YOU LEARN * Administer an Oracle database instance. * Monitor an Oracle database. * Configure the Oracle network environment. * Create and manage database storage structures. * Manage users, profiles, privileges and roles. * Manage undo data and temporary segments. * Monitor and resolve lock conflicts. * Maintain database security. * Implement database auditing. * Monitor the performance of the Database. * Load and unload data. * Use the job scheduler. * Configure a database for backup and recovery. ORACLE DATABASE 12C ADMIN TRAINING COURSE DETAILS * Who will benefit: This Oracle Database 12c Administration course is for anyone who needs to administer, monitor and support an Oracle 12c database. * Prerequisites: An understanding of relational database concepts and good operating system knowledge. They should have attended the Oracle SQL course or have a good working knowledge of Oracle SQL. Knowledge of the usage of PL/SQL packages is highly recommended. * Duration 5 days ORACLE DATABASE 12C ADMIN TRAINING COURSE CONTENTS * Introduction to Oracle database 12c Overview of the Oracle database 12c, Overview of the Oracle Cloud, Relational database concepts, database administration tasks. * Oracle Database 12c Architecture Overview of the Oracle database architecture, The Oracle database instance, Oracle Database memory structures, Process architecture and structures, Server and client processes, The Oracle database storage architecture, Connect to the Oracle database instance. * Administer a database instance Administrative tools available to a DBA, Use SQL*Plus in Oracle to manage a database instance, Use SQL Developer to manage a database instance, Administer the database using Enterprise Manager (EM), Overview of the Enterprise Manager framework, Access Enterprise Manager Database Express, The Enterprise Manager Database Express Home Page, Enterprise Manager Cloud Control, Initialization parameter files. * Configure the Oracle network environment Overview of network configuration, Oracle Net Listener configuration and management, Oracle Net naming methods, Tools for configuring and managing the Oracle network, Using the Net Configuration Assistant, Configure client connections with Net Manager, View listener configuration, Start and stop the Oracle listener, Use TNSPING to test Oracle Net connectivity, Connect to the database, Configure Net Services with Enterprise Manager. * Storage Structures Overview of data storage, The database block, Overview of tablespaces and datafiles, Use Enterprise Manager to view the storage structure of the database, Create and alter tablespace commands, Temporary tablespaces, Create and manage datafiles, Use OMF, Drop tablespaces and datafiles. * Manage users Predefined database administration accounts, User accounts, Create a user account, User authentication, Change a user's password, Manage a user account, Drop a user account, Monitor user information, Terminate user sessions. * Manage profiles and resources Overview of user profiles, Profile resource parameters, Create profile command, Manage passwords with profiles, Control resource usage with profiles, Maintain profiles. * Manage privileges Database access, Oracle supplied roles, System and object level privileges, The grant and revoke commands, Create, modify and drop roles, Use predefined roles. * Database auditing Overview of database security, Overview of database auditing, Security compliance, Standard auditing, Unified audit trail, Separation of audit responsibilities with the AUDIT_ADMIN and AUDIT_VIEWER roles, Configure the audit trail, Specify audit options. * Data concurrency and lock conflicts Levels of locking in Oracle, Methods used to acquire locks, Data concurrency, Possible causes of contention, DML locks, Prevent locking problems, Detect lock contention, Resolve conflicts. * Undo management Undo data overview, Monitor and administer undo, Configure undo retention, Switch undo tablespaces, Specify the retention period, Guarantee undo retention, Retention period for flashback queries, View undo space information, Use the undo advisor, Size the undo tablespace, Alter an undo tablespace to a fixed size. * Proactive database management Database Maintenance, View the alert log, The Automatic Workload Repository, Statistic levels, The Automatic Database Diagnostic Monitoring, Monitor an Oracle database, Use the Advisors, Set up notification rules/ * Performance management Tuning information sources, Performance monitoring, Tuning activities, Performance planning, Instance tuning, Performance tuning methodology, Performance tuning data, Monitoring performance, Managing memory. * SQL tuning SQL tuning, The Oracle Optimizer, SQL Plan directives, Adaptive execution plans, SQL Advisors, Automatic SQL Tuning results, Implement automatic tuning recommendations , SQL Tuning Advisor. * Moving data Create directory objects , Data Pump architecture, Data Pump data dictionary views, Data Pump interactive mode, Data Pump API, Use Data Pump to export and import data, Overview of SQL Loader, Command line parameters, Record filtering, Control file keywords, Datafiles, SQL Loader data paths, External Tables. * Automate tasks with the scheduler Introduction to the Scheduler, Access Rights, Scheduler components and workflow, Create a Job, Job Classes, Use time based, event based schedules, Create an event based schedule. * Managing resources with Resource Manager Overview of the Database Resource Manage, Use the Resource Manager, Create Resource Plans, The default maintenance resource manager plan, Create Resource Plan Directives, Allocate resources for Resource Plans. * Manage space Overview of space management, Block space management within segments, Segment types, Allocate extents, Allocate space, Row chaining and migration, Create tables without segments. * Backup and recovery configuration Oracle backup solutions, Oracle suggested backup strategy, Overview of database backup, restore and recover, Flashback technology, Types of failure ,Instance recovery, Tune instance recovery, The MTTR Advisor, Media failure, Configure a database for recoverability * Oracle support The Enterprise Manager Support Workbench, Register for security updates, Work with Oracle Support, My Oracle Support integration, Log Service Requests, Manage patches, Apply a patch

Oracle database administration
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

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

MySQL for developers

5.0(3)

By Systems & Network Training

MYSQL FOR DEVELOPERS TRAINING COURSE DESCRIPTION This MySQL Developers training course is designed for MySQL Developers who have a good understanding of a MySQL database and experience of using SQL commands. The course provides further practical experience in more advanced MySQL commands and SQL statements including Stored Routines, Triggers and Event Scheduling. WHAT WILL YOU LEARN * Provide the skills needed to write more advanced queries and database maintenance statements on a MySQL database. * Use advanced features of the MySQL Client. * Use advanced data types. * Manage the structure of databases and tables. * Manage and using indexes. * Write complex SQL query statements. * Use advanced SQL expressions. * Use advanced SQL functions. * Perform advanced Insert, Update, Delete, Replace and Truncate Operations. * Use user variable syntax and properties. * Import and export data from within MySQL. * Import and export data from the command line. * Perform complex joins to access multiple tables. * Perform complex subqueries. * Create, manage and us views. * Use prepared statements. * Create and use stored routines. * Create and use triggers. * Obtain database metadata. * Optimize queries. * Work with the main storage engines. * Debug MySQL applications. MYSQL FOR DEVELOPERS TRAINING COURSE DETAILS * Who will benefit: MySQL Developers who have a basic understanding of a MySQL database and SQL commands as covered on the Introduction to MySQL course. * Prerequisites: MySQL foundation * Duration 5 days MYSQL FOR DEVELOPERS TRAINING COURSE CONTENTS * Introduction Administration and Course Materials, Course Structure and Agenda, Delegate and Trainer Introductions. * Client/server concepts MySQL client/server architecture, Server modes, Using client programs, Logging in options, Configuration files, Precedence of logging in options Hands on Using client/server * The MySQL client program Using MySQL interactively, The MySQL prompts, Client commands and SQL statements, Editing, Selecting a database, Help, Safe updates, Using script files, Using a source file, Redirecting output into a file, Command line execution, Mysql output formats, Overriding the defaults, Html and xml output, MySQL Utilities. Hands on Using the MySQL client program * Data types Bit data type, Numeric data types, Auto_increment, Character string data types, Character sets and collation, Binary string data types, Enum and Set data types, Temporal data types, Timezone support, Handling Missing Or Invalid Data Values, SQL_MODE options. Hands on Using data types * Identifiers Using Quotes with identifier naming, Case sensitivity in Identifier naming, Qualifying columns with table and database names, Using reserved words as identifiers, Function names Hands on Using identifiers * Databases Database properties, Creating a database, Selecting a database, Altering databases, Dropping databases, Obtaining database metadata, The SHOW command, The INFORMATION_SCHEMA database, The SHOW CREATE command Hands on Using databases * Tables and indexes Table properties, Creating tables, Create table using Select or Like, Temporary tables and memory tables, Altering tables, Adding columns, Changing column widths and types, Renaming columns, Dropping columns, Adding constraints, Dropping constraints, Renaming tables, Change the table storage engine, Multiple alterations, Dropping tables, Emptying tables, Obtaining table metadata, Show create table, The information_schema, Index introduction, Structure of a mysql index, Creating and dropping indexes, Creating an index, Altering a table to add an index, Specifying index type, Dropping indexes, Obtaining Index Metadata. Hands on Creating, altering and dropping tables/indexes * Querying for data The SQL select statement and MySQL differences, Advanced order by, Order by and collation, Order by with enum datatype, Order by with Set datatype, Ordering with distinct and group by Special features of union, Limit and order by clauses, Group By clause, Group_concat, Using Rollup in a Group By clause. Hands on Querying for data * SQL Expressions and functions Components of expressions, Nulls, Numeric expressions, String expressions, Temporal expressions, Comparison functions, Flow control functions, Numeric functions, String functions, Temporal functions. Hands on Using expressions and functions * Updating data Update operations and privileges, Inserting rows, Insert using a set clause, Inserting duplicate values, Replacing rows, Updating rows, Update using the order by and limit clauses, Deleting rows, The delete and truncate statements. Exercise: Inserting, updating, replacing and deleting data * Connectors MySQL client interfaces, MySQL connectors, Oracle and community conectors, Connecting to MySQL server using Java and PHP connectors, MySQL and NoSQL, Innodb integration with memcached. * Obtaining database metadata What is metadata?, The mysqlshow utility, The show and describe commands, Describing tables, The information_schema, Listing tables, Listing columns, Listing views, Listing key_columns_usage. Hands on Obtaining database metadata * Debugging Mysql error messages, The show statement, Show errors, Show count(*) errors, Show warnings, Show count(*) warnings, Note messages, The perror utility. Hands on Debugging * Joins Overview of inner joins, Cartesian product, Inner joins with original syntax, Non equi-join, Using table aliases to avoid name clashes, Inner Joins With ISO/ANSI Syntax, Outer Joins, Left outer joins, Right outer joins, Full outer joins, Updating multiple tables simultaneously, Updating rows in one table based on a condition in another, Updating rows in one table reading data from another, Deleting from multiple tables simultaneously, Deleting rows in one table based on a condition in another. Hands on Coding joins * Subqueries Types of subquery, Multiple-column subqueries, Correlated subqueries, Using the ANY, ALL and SOME operators, Using the EXISTS operator, Subqueries as scalar expressions, Inline views, Converting subqueries to joins, Using subqueries in updates and deletes. Hands on Coding subqueries * Views Why views are used, Creating views, View creation restrictions, View algorithms, Updateable views, Altering and dropping views, Displaying information about views, Privileges for views. Hands on Using views * Import and Export Exporting using SQL, Privileges required to export data, Importing using SQL, Messages when loading data, Privileges required to load data, Exporting from the command line, Mysqldump main options, Importing from the command line, Mysqlimport main options. Hands on Importing and exporting * User variables and prepared statements Creating User variables, User variables in a select, Prepared statements, The prepare statement, The execute statement, The deallocate statement, Using prepared statements in code, with connectors. Hands on Using variables and prepared statements * Introduction to stored routines Types of stored routines, Benefits of stored routines, Stored routine features, Differences between procedures and functions, Introduction to the Block, Declaring variables and constants, Assigning values to variables, Definer rights and invoker rights, Using SELECT in stored routines, Altering and dropping stored routines, Obtaining stored routine metadata, Stored routine privileges and execution security. Hands on Writing simple stored routines * Stored routines - program logic The IF .. THEN .. ELSEIF construct, The CASE statement, The basic loop, The while loop, The repeat loop, The iterate statement, Nested loops. Hands on Writing stored routines with program logic * Stored routines - exception handlers and cursors Dealing with errors using Exception handlers, Cursors, What is a cursor?, Cursor operations, Declaring cursors, Opening and closing cursors, Fetching rows, Status checking. Hands on Writing stored routines with program logic * Procedures with parameters Creating procedures with parameters, Calling Procedures With Parameters. Hands on Writing stored routines with parameters * Functions What is a function?, The create function statement, Executing functions, Executing functions from code, Executing functions from SQL statements, The deterministic and SQL clauses. Hands on Writing functions * Triggers Trigger creation, Restrictions on triggers, The create trigger statement, Using the old and new qualifiers, Managing triggers, Destroying triggers, Required privileges. Hands on Writing triggers * Basic optimizations Normalisation of data to third normal form, Using indexes for optimization, General query enhancement, Using Explain to analyze queries, Choosing an INNODB or MYISAM storage engine, Using MySQL Enterprise Monitor in query optimization. Hands on Making use of basic optimizations * More about indexes Indexes and joins Hands on Investigating indexes and joins

MySQL for developers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2797

Complete ADO.NET for developers

5.0(3)

By Systems & Network Training

ADO.NET TRAINING COURSE DESCRIPTION This ADO.net training course is designed to enable developers to use the toolset provided with.NET for data access including ADO.net objects, data controls, designers and interoperability with earlier ADO objects. The course is applicable for those using C# or VB.NET with ADO.NET WHAT WILL YOU LEARN * Retrieve and manipulate data using Microsoft's ADO.NET library. * Work with the ADO.NET object model. * Update data, including handling stored procedures, parameters, and return value. * Search, sort and filter data. * Leverage the power of XML. ADO.NET TRAINING COURSE DETAILS * Who will benefit: Programmers working with ADO.Net. * Prerequisites: Effective programming with VB.NET or Concise introduction to C# * Duration 2 days ADO.NET TRAINING COURSE CONTENTS * Introducing ADO.Net Traditional Data Access Architecture. ADO.Net Disconnected Data Access Architecture. Different components of ADO.Net. * A review of basic SQL queries SQL SELECT Statement. SQL INSERT Statement. SQL UPDATE Statement. SQL DELETE Statement. * Common data access tasks with ADO.Net Accessing Data using ADO.Net. Defining the connection string. Defining a Connection. Defining the command or command string. Defining the Data Adapter. Creating and filling the DataSet. * A Demonstration Application The Interface. Loading the table. Filling the controls on the Form. Navigating through the records. * Updating Data Steps for updating the table. Building the Application. Loading the table and displaying data in the form's controls. Initialising Commands. Adding Parameters to the commands. The ToggleControls() method of our application. Editing (or Updating) Records. Event Handler for the Save Button. Event Handler for the Cancel Button. Inserting Records. Deleting a Record. * Using Stored Procedures Sample Stored Procedures. UPDATE Stored Procedure. INSERT Stored Procedure. DELETE Stored Procedure. SELECT Stored Procedure. Using Stored Procedures with ADO.Net.

Complete ADO.NET for developers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2477

Educators matching "SQL"

Show all 6
Jobs4U - Your It- Recruitment Partner

jobs4u - your it- recruitment partner

London

Jobs4U -Your European and American IT-recruitment Partner JoBs4U is an IT-recruitment firm with a twist. We provide high quality IT-recruitment solutions to clients all over the EU and the US. We provide our clients with top notch staff from accross the EU and the wider world. Our main markets are the Nordics, Sweden, Finland, Denmark, Ireland the UK and the rest of the EU. We help companies of all sizes with recruitment and staffing both on - site and remote teams as well as consultancy in HR, management, marketing management, internationalisation of businesses, in other words, we are not just an IT-recruiter.. We provide our customers with everything from full stack developers to programmers and designers, many which are game designers and game developers to our clients in the gaming industry. We provide both front end developers and back end developers and other specialists. Our social mission is to promote women in IT, to inform and inspire. JoBs4U, For People By People! Jobs4U är ett IT rekryterings företag som hjälper IT företag inom hela EU hitta personal Vår främsta marknad är den Nordiska, Sverige, Finland, Danmark, Norge och Island. Vi rekryterar allt från full stack developers till programmerare och spelutvecklare och designers. Vi hyr även ut personal både de som ärbetar på plats men även remote teams som är vår specialitet. Vi erbjuder även konsulttjänster inom HR, Management, marknadsföring och organisation. Vår mission är att arbeta för en större inklusivitet genom att arbeta för att öka andelen kvinnor inom IT branschen. Detta gör vi genom att föra fram starka kvinnliga kandidater, att informera och inspirera. JoBs4u - För Människor, Av Människor. Jobs4U er et IT -rekrutteringsselskap som hjelper IT -selskaper i hele EU, men vårt hovedmarked er de nordiske landene, Sverige, Finland, Danmark, Norge og Island. Vi rekrutterer alt fra full stack -utviklere til programmerere og spillutviklere og designere. Vi ansetter også ansatte både de som jobber på stedet, men også eksterne team som er vår spesialitet. Vi tilbyr også konsulenttjenester innen HR, ledelse, markedsføring og organisasjon. Vårt oppdrag er å arbeide for større inkludering ved å arbeide for å øke andelen kvinner i IT -bransjen. Vi gjør dette ved å bringe frem sterke kvinnelige kandidater, informere og inspirere. JoBs4u - For mennesker, av mennesker. Jobs4U er en IT -rekrutteringsvirksomhed, der hjælper it -virksomheder i hele EU, men vores hovedmarked er de nordiske lande, Sverige, Finland, Danmark, Norge og Island. Vi rekrutterer alt fra fulde stack -udviklere til programmører og spiludviklere og designere. Vi ansætter også personale både dem, der arbejder på stedet, men også fjernteam, som er vores speciale. Vi tilbyder også konsulentydelser inden for HR, Management, marketing og organisation. Vores mission er at arbejde for større inklusivitet ved at arbejde for at øge andelen af kvinder i it -branchen. Det gør vi ved at bringe stærke kvindelige kandidater frem, informere og inspirere. JoBs4u - For mennesker, af mennesker. Jobs4U er ráðningarfyrirtæki í upplýsingatækni sem hjálpar upplýsingatæknifyrirtækjum um allt ESB en aðalmarkaðurinn okkar er Norðurlöndin, Svíþjóð, Finnland, Danmörk, Noregur og Ísland. Við ráðum allt frá hönnuði til fullra stafla til forritara og leikjahönnuða og hönnuða. Við ráðum einnig starfsfólk bæði þá sem vinna á staðnum en einnig afskekkt teymi sem er sérgrein okkar. Við bjóðum einnig upp á ráðgjafarþjónustu í HR, stjórnun, markaðssetningu og skipulagi. Markmið okkar er að vinna að aukinni aðgreiningu með því að vinna að því að auka hlutfall kvenna í upplýsingatækniiðnaði. Við gerum þetta með því að koma fram sterkum kvenkyns frambjóðendum, upplýsa og hvetja. JoBs4u - Fyrir fólk, eftir fólki. Jobs4U on IT -rekrytointiyritys, joka auttaa IT -yrityksiä kaikkialla EU: ssa, mutta päämarkkina -alueemme ovat Pohjoismaat, Ruotsi, Suomi, Tanska, Norja ja Islanti. Rekrytoimme kaikkea täyspino -kehittäjistä ohjelmoijiin, pelikehittäjiin ja suunnittelijoihin. Palkkaamme myös henkilökuntaa sekä paikan päällä työskenteleviä että myös etätyöryhmiä, jotka ovat erikoisuutemme. Tarjoamme myös henkilöstöhallinnon, johtamisen, markkinoinnin ja organisaation konsultointipalveluja. Missiomme on parantaa osallisuutta lisäämällä naisten osuutta IT -alalla. Teemme tämän tuomalla esiin vahvoja naiskandidaatteja, informoimalla ja inspiroimalla. JoBs4u - Ihmisille, Ihmisille. Jobs4U ist ein IT-Recruitment-Unternehmen, das IT-Unternehmen in der gesamten EU hilft, aber unser Hauptmarkt sind die nordischen Länder, Schweden, Finnland, Dänemark, Norwegen und Island. Wir rekrutieren alles, von Full-Stack-Entwicklern über Programmierer bis hin zu Spieleentwicklern und -designern. Wir stellen auch Mitarbeiter ein, die sowohl vor Ort arbeiten, als auch Remote-Teams, was unsere Spezialität ist. Darüber hinaus bieten wir Beratungsleistungen in den Bereichen Personal, Management, Marketing und Organisation an. Unsere Mission ist es, für mehr Inklusion zu arbeiten, indem wir daran arbeiten, den Frauenanteil in der IT-Branche zu erhöhen. Wir tun dies, indem wir starke Kandidatinnen hervorbringen, informieren und inspirieren. JoBs4u - Für Menschen, von Menschen. Jobs4U es una empresa de contratación de TI que ayuda a empresas de TI en toda la UE, pero nuestro principal mercado son los países nórdicos, Suecia, Finlandia, Dinamarca, Noruega e Islandia. Reclutamos todo, desde desarrolladores full stack hasta programadores y desarrolladores y diseñadores de juegos. También contratamos personal tanto a los que trabajan en el sitio como a equipos remotos que es nuestra especialidad. También ofrecemos servicios de consultoría en RRHH, Management, marketing y organización. Nuestra misión es trabajar por una mayor inclusión trabajando para aumentar la proporción de mujeres en la industria de TI. Hacemos esto presentando candidatas sólidas, informando e inspirando. JoBs4u: para personas, por personas. Jobs4U est une société de recrutement informatique qui aide les entreprises informatiques dans toute l'UE, mais notre marché principal est les pays nordiques, la Suède, la Finlande, le Danemark, la Norvège et l'Islande. Nous recrutons tout, des développeurs full stack aux programmeurs et développeurs et concepteurs de jeux. Nous embauchons également du personnel à la fois ceux qui travaillent sur place mais aussi des équipes à distance ce qui est notre spécialité. Nous offrons également des services de conseil en RH, Management, marketing et organisation. Notre mission est de travailler pour une plus grande inclusion en travaillant à augmenter la proportion de femmes dans l'industrie informatique. Pour ce faire, nous présentons des candidatures féminines fortes, informatives et inspirantes. JoBs4u - Pour les gens, par les gens. Python. Java. Ruby/Ruby on Rails. HTML. JavaScript. C Language. C++ C# Objective-C. PHP. SQL. Swift. programmers, programmerare IT-recruitment Stockholm IT-recruitment København IT-recruitment Oslo IT-recruitment Helsinki IT-recruitment Helsingfors IT-recruitment Glasgow IT-recruitment London IT-recruitment Dublin IT-recruitment Slough IT-recruitment New York IT-recruitment sillicon valley IT-recruitment Manchester IT-recruitment Liverpool IT-recruitment East London IT-recruitment West London IT-recruitment Bergen IT-recruitment Vaasa IT-recruitment Turku IT-recruitment Åbo IT-recruitment Hollola IT-recruitment Lahti IT-recruitment Nokia IT-recruitment Mariehamn IT-recruitment Åland IT-recruitment Visby IT-recruitment Göteborg IT-recruitment Malmö IT-recruitment Umeå IT-recruitment Luleå IT-recruitment Linköpig IT-recrutment Västerås IT-recruitment Eskilstuna IT-recruitment Örebro IT-recruitment Köping IT-recruitment Södertälje IT-recruitment Huddinge IT-recruitment Uppsala IT-recruitment Odense IT-recruitment Danmark IT recruitment Sweden IT-recruitment Denmark IT-recruitment Norge IT-recruitment Norway IT-recruitment Finland IT-recruiter Stockholm IT-recruiter København IT-recruiter Oslo IT-recruiter Helsinki IT-recruiter Helsingfors IT-recruiter Glasgow IT-recruiter London IT-recruiter Dublin IT-recruiter Slough IT-recruiter New York IT-recruiter sillicon valley IT-recruiter Manchester IT-recruiter Liverpool IT-recruiter East London IT-recruiter West London IT-recruiter Bergen IT-recruiter Vaasa IT-recruiter Turku IT-recruiter Åbo IT-recruiter Hollola IT-recruiter Lahti IT-recruiter Nokia IT-recruiter Mariehamn IT-recruiter Åland IT-recruiter Visby IT-recruiter Göteborg IT-recruiter Malmö IT-recruiter Umeå IT-recruiter Luleå IT-recruiter Linköpig IT-recruter Västerås IT-recruiter Eskilstuna IT-recruiter Örebro IT-recruiter Köping IT-recruiter Södertälje IT-recruiter Huddinge IT-recruiter Uppsala IT-recruiter Odense IT-recruiter Danmark IT recruiter Sweden IT-recruiter Denmark IT-recruiter Norge IT-recruiter Norway IT-recruiter Finland IT-recruitment Tallinn IT-recruiter Tallinn IT-recruitment Tartu IT-recruiter Tartu IT-recruiter Riga IT-recruitment Riga IT-recruiter Vilnius IT-recruitment Vilnius IT-recruiter Warsaw IT-recruitment Warsaw IT-recruiter Bonn IT-recruiter Haag IT-recruitment Bonn IT-recruiter Amsterdam IT-recruitment Amsterdam IT-recruiter Galway IT-recruitment Galway IT-recruiter Cork IT-recruitment Cork IT-recruiter Aberdeen IT-recruitment Aberdeen IT-rekrytering Stockholm IT-rekrytering Göteborg IT-rekrytering Malmö IT-rekrytering Uppsala IT-rekrytering Karlstad IT-rekrytering Visby IT-rekrytering Luleå IT-rekrytering Umeå IT-rekrytering Sundsvall IT-rekrytering Västerås IT-rekrytering Eskilstuna IT-rekrytering Södertälje IT-rekrytering Småland IT-rekrytering Trelleborg IT-rekrytering Vimmerby IT-rekrytering Linköping IT-rekrytering Lidköping IT-rekrytering Åmål IT-rekrytering Vetlanda IT-rekrytering Kalmar IT-rekrytering Mariehamn IT-rekrytering Åbo IT-rekrytering Turku IT-rekrytering Åland IT-rekruttering Oslo IT-rekruttering Bergen IT-rekruttering Norge IT-rekruttering Drammen IT-rekruttering Trondheim IT-rekruttering Kristiansand IT-rekruttering Fredrikstad IT-rekruttering Drammen IT-rekruttering Sarpsborg IT-rekruttering Moss IT-rekruttering Ålesund IT-rekruttering Haugesund IT-rekruttering Halden IT-rekruttering Kongsberg IT-rekruttering Bodø IT-rekruttering Askøy IT-rekruttering Tønsberg IT-rekruttering Sandnes IT-rekruttering København IT-rekruttering Odense IT-rekruttering Fyn IT -rekruttering Aalborg IT-rekruttering Fredrikshavn IT-rekruttering Aarhus IT-rekruttering Roskilde IT-rekruttering Odense IT-Personalberatung Berlin IT-Personalberatung Bonn IT-Personalberatung Hannover IT-Personalberatung Hamburg IT-Personalberatung Deuchland IT-Personalberatung Frankfurt IT-Personalberatung Dortmund IT-Personalberatung Essen IT-Personalberatung Bremen IT-Personalberatung Leipzig IT-Personalberatung Nuremburg IT-Personalberatung Wuppertal IT-Personalberatung Karlsruhe IT-Personalberatung Mannheim IT-Personalberatung Ausburg IT-Personalberatung Wiesbaden IT-Personalberatung Gelsenkirschen IT-Personalberatung Braunschweig IT-Personalberatung Kiel IT-Personalberatung Krefeld IT-Personalberatung Rostock IT-Personalberatung Mainz IT-rekrytointi Helsinki IT-rekrytointi Turku IT-rekrytointi Lahti IT-rekrytointi Nokia IT-rekrytointi Vaasa IT-rekrytointi Suomi IT-rekrytointi Tampere IT-rekrytointi Oulu IT-rekrytointi Jyväskylä IT-rekrytointi Kotka IT-rekrytointi Pori IT-rekrytointi Rauma IT-rekrytointi Salo IT-rekrytointi Jakobstad IT-rekrytointi Kemi IT-rekrytointi Tornio IT-rekrytointi Kouvola IT-rekrytointi Hyvinkää IT-rekrytointi Imatra We recruit full-stack developers, programmers, game developers and other IT-professionals. We help recruit professionals in Python, Kotlin, Java, JavaScript/ NodeJS, TypeScript, Go, C++, Swift, c#, R, PHP, Dart, Kotlin, MATLAB, Perl, Ruby, Rust, Scala. IT-recruiter Dallas IT-recruitment Dallas IT-recruiter Chicago IT-recruitment Chicago IT-recruiter Washington IT-recruitment Washington IT-recruiter Calgary IT-recruitment Calgary IT-recruiter Tampa IT-recruitment Tampa IT-recruiter Oregon IT-recruitment Oregon IT-recruiter Miami IT-recruitment Miami IT-recruiter Jersey IT-recruiter Jersey IT-recruiter Cyprus IT-recruitment Cyprus IT-recruiter Staffordshere IT-recruitment Staffordshere IT-recruitment Madrid IT-recruiter Madrid IT-recruiter Nederlands IT-recruitment Nederlands IT-recruiter UK IT-recruitment UK IT-recruiter Canada IT-recruitment Canada it recruitment it recruitment agencies it staffing agencies it staffing companies it staffing agencies near me it headhunters it recruiting firms us it staffing it staffing services it recruitment consultant us it recruitment it recruitment companies it temp agencies it staffing firms it job consultancy near me best it recruitment agencies it staffing solutions it recruitment 2021 it employment agency deerfoot it recruitment specialists it job agency it talent acquisition it recruitment agencies near me it placement agencies it job consultancy non it recruitment hays it recruitment find it recruitment it recruitment services it executive search solas it recruitment it temp agencies near me it companies hiring freshers it talent solutions stack it recruitment it companies recruitment it staffing companies near me just it recruitment datafin it recruitment it sales recruitment it recruit uk it job placement agencies top it recruiting firms it recruitment specialist it companies recruitment 2021 it technician recruitment agencies job for it freshers it recruitment solutions direct it recruiting inc best it staffing agencies search it recruitment it company recruitment 2020 us it staffing companies it headhunters near me top it recruitment agencies it job recruitment it job posting sites top it companies hiring freshers it search and selection best it recruitment agencies for it specialists clear it recruitment it job recruitment agencies top it staffing firms healthcare it recruiting firms it recruiting companies near me it recruitment websites it and non it recruitment it sales recruitment agencies it staffing and recruiting it executive search firms global it recruitment it job agencies near me it talent solutions ltd recruitment in it recruiting it professionals on it recruitment top it staffing companies recruitment ict it talent acquisition specialist freshers job in it company it freshers recruitment 2021 specialist it recruitment agencies elite it recruitment ltd it works recruitment ltd shape it recruitment it infrastructure recruitment best it recruiting firms it executive recruitment it job consultants near me staffing temp agencies near me temp agency staffing agency recruitment agencies staffing agencies near me employment agencies temp services near me temp services employment agencies near me recruitment agencies near me pro staff custom staffing solutions staffing resource staffing staffing companies near me work agency near me all staff staffing companies recruiting solutions direct hire medical staffing solutions staffing near me personnel staffing simplified staffing it staffing hiring agencies elevate staff temporary employment agencies near me us staffing agency it recruitment agencies temp work staffing services bullhorn staffing staff recruitment staffing industry analysts time staffing personnel services staffing temp to hire staffing hiring agencies near me personnel placements temporary agencies general staffing temporary agencies near me connect staffing staffing resources staffing solutions staffing firm temp services us it recruiter staffing warehouse staff staffing solutions integrated staffing employment services near me staff works temporary staffing event staff temporary employment agencies it staff city staffing advance staffing best recruitment agencies temp agencies near me hiring now temp staff staffing places near me temp staffing professional staffing work staffing center staffing recruitment firm temporary services near me elite staffing near me constant staffing it rekrytering it rekrytering stockholm rekryterare stockholm rekrytering rekrytering it stockholm headhunter helsinki headhunter suomi headhunting yritykset henkilöstöpalvelu henkilöstöpalveluyritykset henkilöstöpalveluyritys henkilöstövuokraus henkilöstövuokraus espoo henkilöstövuokraus helsinki suorahaku ICT-recruiter ICT-recruiting IT recruiting IT-recruitment agency ICT- recruitment IT-recruiting it alan rekrytointi it rekry it alan työpaikat it ala työpaikat it alan työt työpaikat it ala työpaikat it it työpaikka ict alan työpaikat it alan työ it avoimet työpaikat ict työpaikat it työ avoimet työpaikat it avoimet työpaikat it ala ict rekry it työpaikat helsinki rekrytointi it alan työpaikat turku kesätyöhaastattelu kysymykset it työpaikat tampere it alan työpaikat tampere it työpaikat turku työpaikat tukholma it tuki työpaikat slo yritys it turku IKT-rekruttering IKT rekruttering