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

18 Educators providing Database Design & Development courses in Chertsey

Ptr

ptr

4.7(28)

Wokingham

Putting the success of your business at the heart of ours It’s our winning formula. For over 30 years we have been working with businesses just like yours to ensure their IT, and their knowledge to use it, are ready to deliver the success they deserve. We are proud of our heritage and the fact that so much of our business is built on repeat business from satisfied customers. info@ptr.co.uk 0118 979 4000 Here are some of the reasons why they keep coming back: Knowledge & Expertise Our team of consultants and instructors are expert in their fields. And with decades of experience they understand how your business can use their knowledge to achieve its goals. Simply put, we apply our knowledge to ensure your success. The Personal Touch PTR is a family business - and we see our customers as part of our extended family. We know every business is different. So, we won’t just tell you what to do and then leave you to it. We commit time and expertise to really understand your business and the problems that are unique to it. And then, we stick around to make sure you’re on track to reach your business goals. The Right Tools Whilst we are an enthusiastic Microsoft Gold Data Platform and Data Analytics Partner, we think it’s more important that you get the right, vendor-independent, solutions in place to meet your own, individual, needs. So, whether its consultancy or training that you need you can be sure of our balanced, impartial advice and guidance at all times. Whatever your need, we can tailor the solution for a perfect fit.

London Film Academy

london film academy

4.5(84)

London

Our story began in 2001 when our search for an ideal film course led us to create our own boutique film school in a converted church in Fulham Broadway, London. London Film Academy is now internationally recognised as an innovative film school that offers more than just an education in film. We produce world-class filmmakers who thrive in an environment that emulates real world realities. We are a school that is dedicated to creating the best of the best while adopting a hands-on approach and ensuring we always keep to our ethos of creating a collaborative, friendly and inclusive learning environment at the core of everything we do. Our multi-disciplinary approach emulates the hard-working realities within all facets of the film and television industries and allows you to develop into an informed and responsible filmmaker, honing your craft in small groups, within a collaborative, nurturing environment. Our goal is to make film training accessible. Most of all, we believe that if you’ve got a head for film, then we can teach you how to approach the industry and give it all you’ve got. And with more than 95% of our diploma graduates working in the industry within three months of finishing with us, our courses speak for themselves. Since our inception we have nurtured and produced hundreds of world-class filmmakers who have gone on to make their own independent projects and work on some of the biggest UK productions including: 'Star Wars: The Last Jedi', 'Justice League', 'Fantastic Beasts: The Crimes of Grindelwald', 'Rogue One: A Star Wars Story' and 'Alien Covenant' - to name but a few. LFA is more than just a film school, it's a place where learning is doing. Our goal is to make film training accessible. As a not-for-profit trust, we offer financially assisted places with all-inclusive course fees, award-winning tutors and access to the very latest equipment, software and facilities. We welcome applicants who are typically proactive, creative and dedicated team players, from across the globe and with any amount of experience. We will help you to become the filmmaker you’ve always aspired to be. Whether you’re looking for an undergraduate, postgraduate, or specialised short course, we cover every filmmaking discipline from fiction to documentary-making, screenwriting to producing. Recognised as a centre of excellence, we are registered with Office for Students (OfS), reviewed by the Quality Assurance Agency for Higher Education, and partner with some of the most original and forward-thinking voices in the creative industry today. We work with some incredible talent and industry professionals, and ensure our courses are current and industry-relevant. We boast guest speakers including the likes of Jan Harlan (‘A.I. Artificial Intelligence’), Hossein Amini (‘Drive’), Steven Knight ('Peaky Blinders'), Pawel Pawlikowski ('Ida'), Sam Bain (‘Fresh Meat’) and Phil Meheux (‘Casino Royale’) to name a few. And even our regular tutors have an impressive combined track record and continue to produce numerous high-profile feature films, TV dramas, shorts, documentaries, corporate films, music promos and commercials. You’ll learn from the best in your pursuit for filmmaking excellence. We are unique in being able to nurture on-going productions by offering graduates membership to our Filmmaker's Club, with access to networking events, exclusive job lists and advice from some of the world’s greatest filmmakers. London Film Academy is more than just a film school. If you have a head for film, and are passionate, inspired and want to find your own voice, then you can rest assured that you’ll leave us equipped with the skills, knowledge and on-going support to succeed in today’s competitive industry. We look forward to welcoming you to London Film Academy.

Courses matching "Database Design & Development"

Show all 3

Database design

5.0(3)

By Systems & Network Training

Database design training course description Although this course mentions Microsoft Access the same course can be run with a variety of different databases. The duration of the course is dependent on the experience of the delegates. What will you learn Name and give 3 types of database structure. Explain the difference between standard SQL and different flavours. Use SQL statements to query databases. Use SQL statements to query and define databases. Describe the principles of relational database design and 3 types of relational joins. Normalise a given flat file table into relational tables. Database design training course details Who will benefit: Anyone who needs to be able to design an efficient, watertight database following the best practice of the principles of Relational Database design. Prerequisites: None. Duration 3 days Database design training course contents Database structure and terminology. Principles of Relational Database Design. Types of relationship. Normal Forms. Practical examples of relational database design. Hands-on creation of a database. On paper design a relational database applicable to the delegates work.

Database design
Delivered in Internationally or OnlineFlexible Dates
£2,367

Software development fundamentals

5.0(3)

By Systems & Network Training

Software development training course description This three-day MTA Training course helps you prepare for Microsoft Technology Associate Exam 98-361, and build an understanding of these topics: Core programming, Object-Oriented programming, general software development, web applications, desktop applications, and databases. This course leverages the same content as found in the Microsoft Official Academic Course (MOAC) for this exam. What will you learn Describe core programming. Explain Object Oriented programming. Describe general software development. Describe Web applications. Describe desktop applications. Explain how databases work. Software development training course details Who will benefit: Anyone looking to learn the fundamentals of software. Prerequisites: None. Duration 3 days Software development training course contents Core programming Computer storage and data types How a computer stores programs and the instructions in computer memory, memory stacks and heaps, memory size requirements for the various data storage types, numeric data and textual data. Computer decision structures Various decision structures used in all computer programming languages; If decision structures; multiple decision structures, such as If…Else and switch/Select Case; reading flowcharts; decision tables; evaluating expressions. Handling repetition For loops, While loops, Do...While loops and recursion. Understand error handling Structured exception handling. Object-oriented programming Classes Properties, methods, events and constructors; how to create a class; how to use classes in code. Inheritance Inheriting the functionality of a base class into a derived class. Polymorphism Extending the functionality in a class after inheriting from a base class, overriding methods in the derived class. Encapsulation Creating classes that hide their implementation details while still allowing access to the required functionality through the interface, access modifiers. General software development Application life cycle management Phases of application life cycle management, software testing. Interpret application specifications Application specifications, translating them into prototypes, code, select appropriate application type and components. Algorithms and data structures Arrays, stacks, queues, linked lists and sorting algorithms; performance implications of various data structures; choosing the right data structure. Web applications Web page development HTML, CSS, JavaScript. ASP.NET web application development Page life cycle, event model, state management, client-side versus server-side programming. Web hosting Creating virtual directories and websites, deploying web applications, understanding the role of Internet Information Services. Web services Web services that will be consumed by client applications, accessing web services from a client application, SOAP, WSDL. Desktop applications Windows apps UI design guideline categories, characteristics and capabilities of Store Apps, identify gestures. Console-based applications Characteristics and capabilities of console- based applications. Windows Services Characteristics and capabilities of Windows Services. Databases Relational database management systems Characteristics and capabilities of database products, database design, ERDs, normalisation concepts. Database query methods SQL, creating and accessing stored procedures, updating and selecting data. Database connection methods Connecting to various types of data stores, such as flat file; XML file; in-memory object; resource optimisation.

Software development fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Microsoft Access Introduction - In-company (now with live online classes)

By Microsoft Office Training

Course Objectives At the end of this course you will be able to: Identify the common objects of an Access database Design and build the structure of a database Input and maintain data Design user-friendly data entry forms Search the database using queries Generate reports from your data 1 year email support service Take a look at the consistent excellent feedback from our corporate clients visiting our site ms-officetraining co uk With more than 20 years experience, we deliver courses on all levels of the Desktop version of Microsoft Office and Office 365; ranging from Beginner, Intermediate, Advanced to the VBA level. Our trainers are Microsoft certified professionals with a proven track record with several years experience in delivering public, one to one, tailored and bespoke courses. Our competitive rates start from £550.00 per day of training Tailored training courses: You can choose to run the course exactly as they are outlined by us or we can customise it so that it meets your specific needs. A tailored or bespoke course will follow the standard outline but may be adapted to your specific organisational needs. Introducing Microsoft Access The Access interface Database terminology Access database objects Fields and records Properties Designing a database Planning and designing a table Creating fields Setting common field properties Defining key fields Working with table data Entering and editing data Sorting and filtering table records Deleting records Relationships Why use table relationships? Relationship types Referential Integrity Working with table subdatasheets Querying a database Creating simple Select Queries Specifying query criteria Sorting query results Adding calculated fields Designing Forms Creating simple forms for data entry Designing custom forms Working with form sections Creating sub forms Designing Reports Creating basic list reports Working with grouping and sorting in a report Adding totals to a report Who is this course for? Who is this course for? This course is intended for the user that wants to explore the creation of a relational database. It will focus on the structuring of the database itself and the creation of the basic functional elements of a database in order to manage data. Certificates Certificates Certificate of completion Digital certificate - Included

Microsoft Access Introduction  - In-company (now with live online classes)
Delivered in London or UK Wide or OnlineFlexible Dates
£550