Building the Northwind database from a SQL script

Slides:



Advertisements
Similar presentations
Bd Building Admin Site Layout Charlotte Jenkins Advanced Web Technologies Assignment 2.
Advertisements

Symbaloo Save, access, and share all of your online resources in one central location!
RightNow 8 -- Adding a new report: New > Report: ORAnalytics > Reports > New Report
RightNow February Adding a New Report: RN icon > Report: OR Analytics > Reports > New Report
Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
John Cooney Research Systems Project, Training and Web Manager Monash Research Office Research Information Systems How to obtain your DIISR points via.
Applications We will use MS Word and MS Excel. Standard menu options –File – Open, Close, Print, Save –Edit -- Undo, Cut, Copy, Paste –View – Different.
FirstService Residential Signature
The “Cool” Way to Share Your PowerPoint. Slideshare 1. Go to 2. Sign up for a free account – Click.
Operating Systems Day 6. Page Setup 1.Open notepad and type a document or file 2.Click on file menu 3.Click on page setup menu item 4.Select paper size,
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
1 Working with MS SQL Server. 2 Objectives You will be able to Use Visual Studio for GUI based interactive access to a Microsoft SQL Server database.
Creating Tables in a Web Site
Back to content Final Presentation Mr. Phay Sok Thea, class “2B”, group 3, Networking Topic: Mail Client “Outlook Express” *At the end of the presentation.
Create your own Web Page! Tina Yu & Katie Foote 2/13/09.
How to make a PowerPoint into a Word document This document can then be edited for use as a script in the teleprompter May 2012 Thanks to Tevin for outline.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
How to use Microsoft Word. Where can I find Microsoft Word? How to select, copy and paste information Go to the document from which you wish to copy the.
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
Moodle with Style Integrating new technologies to empower learning and transform leadership.
Step 1: Go to or another daily newspaperwww.latimes.com on the web (e.g.
OneNote 2007 Adding text and images from the web.
I want to do SQL, I start as if I am doing a regular query.
When I want to work with SQL, I start off as if I am doing a regular query.
How to Make a Graph “Bar” Graph Edition MS Step 1. Construct a generic table including your raw data that you want to be graphed.
I have download this from our website if you got this yellow highlighted message please click on “Enable Editing” with this text you cannot edit the template.
Exporting a database to a sql script 1. Getting to the command-line in XAMPP. Go to All Programs/XAMPP/XAMPP Control Panel. Click on Shell. 2.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
Introduction Introduction Task ProcessTask Process Resources Resources EvaluationConclusionEvaluationConclusion Copyright Laws/Plagiarism How to Hyperlink.
Query Lab CSC 240 Blum1. Log on to PMA (PHPMyAdmin) and click on the Northwind database CSC 240 Blum2.
Enterprise manager Using the Enterprise manager. Purpose of the Enterprise Manager To design tables To populate / update tables To draw diagrams of tables.
23 Copyright © 2009, Oracle. All rights reserved. Oracle Business Intelligence Answers: Advanced Features.
Step 1 This works best with a picture of someone, preferably close to his or her face. Dark space behind the person doesn’t show up well with text over.
More Oracle SQL Scripts. Highlight (but don’t open) authors table, got o External data Excel, and make an external spreadsheet with the data.
On the screens click on the number you think is the right answer. Three times tables Good luck!
 Open the course you want to add the SI or SA  Click on Context Manager (left side)  Click on the Permissions Tab  Click on Add a Role.
Database Alerts and Persistent / Durable Links  Alerts are notifications regarding additions to the database  Persistent or Durable links are links that.
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
THREE COLUMN (Click to edit) Introduction or Abstract Type in or past your text (Click to edit) Materials and Methods Type in or past your text (Click.
How to Create & Edit a Company Page Sorry that this presentation is 9 slides, but it only takes 2 minutes to do this, at the most!
Edit the text off the left side of the slide with your own phrase. The animation is already done for you; just copy and paste the slide into your existing.
Add Video Library in Company
Y.-H. Chen International College Ming-Chuan University Fall, 2004
Microsoft Word Illustrated
Noodletools – Works Cited
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
~ How to create a basic website Part II ~
Tutorial Reading in EBSCOhost support.ebsco.com.
MySQL and PHPMyAdmin.
FirstService Residential Signature
How to customize your Microsoft SharePoint Online website
How to Create a PBWorks Site
How to: Move documents on SharePoint
MySQL and PHPMyAdmin 1.
Smoke PITs How to locate, mark the location of a facility’s smoke pit(s), and download into GeoBase.
Lesson 1: Cut, Copy, and Paste Tools
First, open your Workbench
How to add questions to a WBI participant feedback questionnaire (1)
Think outside the box! OUT OF THE BOX ANIMATED THE BOX …example text!
Submitted Reports.
State Name Interact with
Lesson 6: Copy, Cut, and Paste Content
YOUR text YOUR text YOUR text YOUR text
How to add a website to your class Wiki
1 Objectives Leadership
1 Key Words Mission Accomplishment Troop Welfare Leadership
Meet the CoTESOL Members’ Wiki
Add Background Style Click the slide or slides that you want to add background style Click Design Tab Click Down arrow in the Themes group.
MS Word for Academic Writing Day 2: More advanced features
Presentation transcript:

Building the Northwind database from a SQL script

Click on New in left-hand column and (if needed) the Databases tab Click on New in left-hand column and (if needed) the Databases tab. (Currently there is no northwind database)

Northwind SQL script http://code.google.com/p/northwindextended/downloads/detail?name=Northwind.MySQL5.sql I got a SQL script from the above link and edited out the Views and Procedures. But I will make the edited version available on my website.

Click on the SQL tab. Open the script (say in Notepad++), highlight it all (Ctrl+A), copy (Ctrl+C) and paste (Ctrl+V) it into the text area. Click Go.

This took some time.

Result. Northwind not showing (yet) on left.

But shows when you click Databases tab.

After clicking on northwind. Shows the list of tables.

After clicking on the products table

Northwind shows up on left next time you start PMA

Click on Privileges

Click on new Add user

Add a new user. (I had more luck with permissions making the Host: Local)