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

6 Educators providing Database Design & Development courses in Marlow

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.

The Museum of English Rural Life (The MERL)

the museum of english rural life (the merl)

4.6(146)

Reading

The Museum of English Rural Life is owned and managed by the University of Reading. We use our diverse and surprising collection to explore how the skills and experiences of farmers and craftspeople, past and present, can help shape our lives now and into the future. We work alongside rural people, local communities and specialist researchers to create displays and activities that engage with important debates about the future of food and the ongoing relevance of the countryside to all our lives. We were established by academics in the Department of Agriculture in 1951 to capture and record the rapidly changing countryside following World War II. The Museum is based on Redlands Road in a building originally designed by Sir Alfred Waterhouse in 1880 for local businessman Alfred Palmer, of the Huntley & Palmer biscuit company. The house then became St Andrews Hall of Residence in 1911, and in 2005 a modern extension was built onto the house for the Museum. The Museum was awarded £1.8million from the Heritage Lottery Fund (HLF) in 2014 for the redevelopment of the galleries, reopening in October 2016. The redevelopment strengthens and renews our links with agriculture as well as enhancing our position in supporting engagement opportunities for students and academics across a wide variety of disciplines, nationally and internationally. The MERL and Reading Museum are currently in a strategic partnership as part of the Arts Council England National Portfolio 2018-2022. As Museums Partnership Reading we work together to provide cultural opportunities for Reading’s young people and diverse communities, through schools, volunteering, digital engagement and exhibitions. PLANS AND POLICIES

Bm Trada

bm trada

High Wycombe

BM TRADA has a long history and heritage that we are justifiably proud of and we can trace our origins back over 80 years to 1934. We are a global testing, inspection and certification company that delivers critical services in materials testing, product qualification testing, inspection and certification to the Fire and Building Products marketplace, where failure in service is simply not an option. Everything BM TRADA does is designed to help our customers to develop better products and processes; get their products to market on time; save time and money; and minimize the risk associated with product and process development as well as product production. Our purpose as a business is a simple one. To help our customers to make certain that all of the materials, products and processes we test, inspect and certify for them, regardless of the industry sectors they operate in, are always safe in their end application; are of marketable quality; are compliant with all relevant standards and industry regulations; and are ultimately fit for purpose. In 1934, a forerunner of what later became the Timber Research and Development Association (TRADA) was set up, its mission, to promote the use of wood in construction in the face of a growth in the use of alternative materials. 60 years later in the mid 1990s and following a management buyout of TRADA’s operating companies, the testing, inspection and certification services were grouped together under the three brands, BM TRADA Certification, Chiltern International Fire and TRADA Technology.

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