tutorial.sql Assignment
|
|
|
- Thomasine Banks
- 10 years ago
- Views:
Transcription
1 tutorial.sql Assignment Complete tutorial.sql using phpmyadmin Web Based Standard for MySQL Access All Web-Hosting Companies Provide phpmyadmin Its Not for Active Production Systems The System for Testing Development tutorial Assignment Videos MySQL Pre-tutorial PHPMyAdmin: testing Database Most Recent Version Video Version Deprecated Closed Caption (Import in PHPMyAdmin) Import fruit.sql to create fruit tables 2 Intro to PHPmyAdmin and tutorial.sql 1 st 5 Queries Video 2: Intro to Submit and Submit tutorial.sql 1 st 5 Queries Video 3: 2 nd Five Queries for tutorial.sql 9/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno 2 Professor T. DeDonno CIMW 105 Hand-Out Page 1
2 MySQL Pre tutorial Login to PHPMyAdmin Select Your Database Import fruit.sql Creates Fruit Tables 8/15, 6/11, 8/08 & 11/2005 Professor T. DeDonno 3 Accomplished Goal Fruit Tables 4 1) Login to phpmyadmin 2) Username: sbusername, password Student Number/ID (not mysite pswd) 3) Select your database DB0username 4) Click Import tab, 5) Select premiere fruit.sql import file will create these tables Table: fruit fruitid name price 1 apple pear banana grpe.75 8 pluot plum /15, 6/11, 8/08 & 11/05 Professor T. DeDonno Table: inventory fruitid quantity Tutorial PHPMyAdmin Import Professor T. DeDonno CIMW 105 Hand-Out Page 2
3 After fruit.sql import 5 8/15, 6/2011, 8/08 & 11/2005 Professor T. DeDonno Tutorial PHPMyAdmin Import 5 MySQL 1st Tutorial Goal Create First 5 Queries for tutorial.sql To Do This #T1 SQL Tabl for Show tables #T2, #T3 Navigator for Displaying Contents #T4 #T5 SQL Tab for Describe Query 6/2011, 8/08 & 11/05 Professor T. DeDonno 6 Professor T. DeDonno CIMW 105 Hand-Out Page 3
4 Part 1: Tutorial Assignment Objectives 7 Five Queries to Complete w Comments #T1) show tables; #T2) select * from fruit; #T3) select * from inventory; #T4) describe fruit; #T5) describe inventory; Add # comment before each Query Click SQL Tab,Write Query to Display Tables show tables; Use Navigator Display Table Contents select * from tablename; USE SQL Tab enter describe Tablename Query describe tablename; 8/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno Tutorial 1 st 5 Queries 7 #T1 Show Table Names Just Created 8 I. Login to phpmyadmin II. Select Your Database III. Click SQL Tab IV. Type Script show tables; V. Add # Comment VI. Optional Save Queries Locally using Text Editor 8/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno Tutorial 1 st 5 Queries 8 Professor T. DeDonno CIMW 105 Hand-Out Page 4
5 #T2,3) Display Content fruit, inventory 9 ) 1. Left Nav-Bar Navigator 2. Click fruit Table 3. Notice Main Window Pane 4. Edit select * fruit; 5. Add Comment #T3 display newline 6. Repeat for Inventory 9 Tutorial 1 st 5 Queries #T4 & #T5) Describe tablename; 10 6/2011, 8/08 & 11/2005 Professor T. DeDonno Describe table name; Also Click Tab Structure Add comments Tutorial 1 st 5 Queries 10 Professor T. DeDonno CIMW 105 Hand-Out Page 5
6 Keypoint Summary Quiz 11 Can Save local version of tutorial.sq Can Also use command line interface Other Deprecated Videos Cover This PHPMyAdmin has become the defacto standard for MySQL/Database Web-Based Interface (T or F)? Unravel the location of key information (phpmyadmin, database scripts, submit) don t let the Web Guide You (T or F)? 11 9/15, 6/13, 6/11, 8/08 & 11/05 Professor T. DeDonno Tutorial 1 st 5 Queries submit Skills to Memorize!!! Learn to Set Browser Startup Pages Always Let Web Guide You Do Not Decipher Short-cuts Ctrl^C Copy. Ctrl^V Paste 8/15, 6/11, 8/08 & 11/05 Professor T. DeDonno 12 Professor T. DeDonno CIMW 105 Hand-Out Page 6
7 21 st Century Browsing 13 Critical Skill Advance Surfer Level Pick a Browser You don t Use Chrome, Opera, IE, Safari, Konqueror FireFox, CyberFox (64 bit FirFox) I m using Chrome minimum default Real Estate Let Web Guide (Create Tab for 5 Key Sites) Open initial site either class site, blackboard, or DB Set Other Tabs: submit, premiere, blackboard, phpmyadmin Save Default Pages as Starting Home Page 8/15, 6/11, 8/08 & 11/05 Professor T. DeDonno 13 Setting CIMW105 Browser 14 Install a new Browser (I m using Chrome) Go to Class Site Right^Click Submit Assignment Link Open in New Tab Login Using your SBUsername, Student Number Go Back Right^Click New Tab Premiere DB Scripts Video/Quizzes Right^Click new tab Blackboard Link Testing DB Right^Click new tab PHPMyAdmin Link CIM Login SBUsername, Student Number 8/15, 6/11, 8/08 & 11/05 Professor T. DeDonno 14 Professor T. DeDonno CIMW 105 Hand-Out Page 7
8 I m Using Chrome for Class You can use whatever Student Question ( I Just Open Chrome ) CyberFox is my main browser 15 Click Control Menu Setting Login to your gmail (android) Click Set Pages 15 submit 24/7 Auto Grader 16 Creates the File tutorial.sql in your Home Folder This is not your Web Site (public_html is a sub-folder) Queries Executed using a default user/database Make sure your Queries are Working Submit is for Submitting not Debugging May turn in Assignments Multiple Times (Due Dates Matter) Last Submitted Assignment is Recorded Pay Attention to Input/Output Specifications On Error Displays Your Output Versus Solution 16 Professor T. DeDonno CIMW 105 Hand-Out Page 8
9 Submit Grading Table 17 List Current Grade, Date of Last Submission; Due Date (is Usually Monday at 9AM) Quizzes Generally Expire Sunday 11:55PM 25% Penalty up to 7 Days Late 50% Penalty After That Don t Resubmit Correct Assignment after Due Date Semester May End before a Sunday You cannot submit final assignments late Blackboard Welcome Announcement Key Dates 17 Submit tutorial.sql test First 5 18 Submit Link: Blackboard, Assignments, Premiere Goal submit tutorial.sql first 5 Queries Use Browser s 5 Tabs Use PHPMyAdmin Console History copy (Control^C) queries then Paste (Control^V) them into submit editing pane Ctrl^C Universal Copy Ctrl^V Universal Paste Can Wait to Fix Errors in next Video Set 9/15, 6/2011, 8/08 & 11/05 Professor T. DeDonno 18 Professor T. DeDonno CIMW 105 Hand-Out Page 9
10 Assignment Submit Page 19 Click Accordion to Open Click for Grade Table Edit w VI or set Themes Control^G Hot Key Grade 19 MySQL 2 nd Tutorial Create & Comment 2 nd Five Queries Add Them to Submit One at a time 20 Professor T. DeDonno CIMW 105 Hand-Out Page 10
11 Outline MySQL 2 nd Tutorial 21 Use Browser with 5 Tab Home Page Ctrl^C Copy and Ctrl^V Paste Use PMA for Queries & Submit One at a time Copy and Paste from History can be tricky Comments for 2 nd 5 tutorial.sql Queries # T6 Display only fruit Names # T7 Display Total Inventory Quantity for all Fruit # T8 Display Fruit Name w fruitid=1 # T9 Sum All Fruit in inventory w fruitid 1 # T10 display inventory verify #7 & #9 correct 21 #T6) Select name from fruit; Login phpmyadmin Select DB SB0username Select Table fruit Start SQL Tab Select * and (click name left colum) Go Add Comment Terminate query with ; Copy & Paste into submit 22 6/2011, 8/08 & 11/2005 Professor T. DeDonno 22 Professor T. DeDonno CIMW 105 Hand-Out Page 11
12 Accent, Single, Double Quote 23 Use ` accent for column, table &/or DB names On Keyboard Accent is Upper Left Corner Use ' Single Quote Literal values Keyboard Right Side Shift Double Quote Use " Double Quotes : Character String #Display costs as pennies for fruit w ID of 1 select `price` * '100' as "pennies" from fruit where `fruitid` = '1'; PHPMyAdmin Inserts Accents, Quotes Automatically Critical when Variables or Views Exist Universal Single Quote Literal Quote 23 9/15, 6/2011, 8/08 & 11/2005 Professor T. DeDonno Write Query #T7 and #T8 7) #T7 Display Total Inventory Quantity for all Fruit select sum( quantity ) from inventory; 24 8) #T8 Display Fruit Name w fruitid=1 select name from fruit where fruitid=1; Table: fruit fruitid Name Price 1 Apple Pear Banana Grpe.75 8 Pluot Plum 1.25 Table: inventory fruitid quantity Total Professor T. DeDonno CIMW 105 Hand-Out Page 12
13 Write Last 2 Queries and Save 25 9) #T9 Sum All Fruit in inventory w fruitid 1 select sum( quantity ) from inventory where fruitid=1; 10)#T10 look at output from query, then #make sure this comment verifies 7 and 9 select * from inventory; fruitid = 350 Sum( quantity ) = = = Other Interfaces for tutorial.sql 26 Create a local tutoral.sql File Putty - Command Line Interface Batch Commands, Note All Assignments are Batch Files Actually See Submit & MySQL Input/Output MySQL Workbench PC/Mac/Linux GUI Application Install a Local Copy of MySQL & WorkBench I don t debug Failed Installation But Vary Interface Frequently & it s a Configurable Workspace Supporting PHPMyAdmin Web Based Interface Also Web-Casts NetBeans SQL Editor Programmers Interface 26 Professor T. DeDonno CIMW 105 Hand-Out Page 13
14 Tutorial.sql Summary 27 Control^C Copy Control^V Paste Control ^G short cut key grade submit Show Tables; Select * from fruit Where fruitid=1; Select * from fruit Where fruitid= 5; How Would you list contents of table:inventory? 27 Accent Mark (Key Below ~) Review in tutorial.sql Videos Enclose Field & Table Names in Accent Want to use reserved keyword as Table name Select * from `select`; select * from `orders`; 28 If Not MySQL May Try Variable Expansion When You Click to Create Query PHPMyAdmin Does This Automatically View Present Must Delimit Table/Field Names For Production Code Add Accents 2/14, 5/2013, 8/08 Professor T. DeDonno 28 Professor T. DeDonno CIMW 105 Hand-Out Page 14
15 intermediate.sql assignment 29 Get intermediate.sql Links Also Assignments and Blackboard Save File Locally Import or Cut and Paste One Query at a Time Tell me What each SQL cmd does You do this by adding a comment before Each line, I did this for the first Query. submit intermediate.sql Your Version Must have # Comments Before Each Query 6/2011, 8/08 & 11/2005 Professor T. DeDonno 29 Assignment File Name MOVED TO SELECT SUBMIT 30 Filenames Matters (tutorial.sql not Tutorial.sql tutorial.sql.txt) Always Include # or comments Blanks Lines also increase readability But Don t Intermingle #, -- and/or ; inside Query Statements Always end SQL query with ; semicolon Not Always Evident with PHPMyAdmin Main Link Actual Location cim.saddleback.edu/~tdedonno/submit Links for Submit Everywhere, assignments, blackboard, etc. 30 Professor T. DeDonno CIMW 105 Hand-Out Page 15
Personal Portfolios on Blackboard
Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal
How to Copy A SQL Database SQL Server Express (Making a History Company)
How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you
DDN CUSTOMER SUPPORT COMMUNITY QUICK START GUIDE
DDN CUSTOMER SUPPORT COMMUNITY QUICK START GUIDE March 10, 2015 v2 Contents Getting an Account Logging In Creating a New Case Updating an Existing Case Using the Knowledgebase Welcome to the DDN Customer
Ricardo Perdigao, Solutions Architect Edsel Garcia, Principal Software Engineer Jean Munro, Senior Systems Engineer Dan Mitchell, Principal Systems
A Sexy UI for Progress OpenEdge using JSDO and Kendo UI Ricardo Perdigao, Solutions Architect Edsel Garcia, Principal Software Engineer Jean Munro, Senior Systems Engineer Dan Mitchell, Principal Systems
Microsoft Exchange Hosted Archive (MEHA)
Microsoft Exchange Hosted Archive (MEHA) All the Features of NYSeMAIL Archiving including Using for Business Continuity Using MEHA Using MEHA The Microsoft Exchange Hosted Archive (MEHA) can be accessed
Setting Up ALERE with Client/Server Data
Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,
Enter your User Id and Password and click the Log In button to launch the application.
Working with CECAS How to Log In to CECAS Training Site In your internet browser, go to the following IP address: training.nccecas.org/cecas Enter your User Id and Password and click the Log In button
ACCESSING THE PARAGON SYSTEM PARAGON WEBSITE ADDRESS: https://parmls.paragonrels.com
ACCESSING THE PARAGON SYSTEM PARAGON WEBSITE ADDRESS: https://parmls.paragonrels.com September 16, 2013 Do NOT add a www to the website address. You MUST enter the website address in the URL box at the
Getting Started In Your Davidson College Blackboard Course
Getting Started In Your Davidson College Blackboard Course Course Name: Course ID: Instructor(s): URL: Http://blackboard.davidson.edu Username: (Davidson College network username) Password: (same as username)
TIMETABLE ADMINISTRATOR S MANUAL
2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP
8x8 Click2Pop User Guide
USER GUIDE 8x8 User Guide Getting Started with April 2014 Contents Introduction... 3 What s new.... 3 8x8.... 3 Here is how works...4 8x8 Click2Connect.... 4 Requirements.... 4 Installation on Microsoft
CEFNS Web Hosting a Guide for CS212
CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things
Remedy ITSM Service Request Management Quick Start Guide
Remedy ITSM Service Request Management Quick Start Guide Table of Contents 1.0 Getting Started With Remedy s Service Request Management. 3 2.0 Submitting a Service Request.7 3.0 Updating a Service Request
SAS Visual Analytics 7.1 for SAS Cloud. Quick-Start Guide
SAS Visual Analytics 7.1 for SAS Cloud Quick-Start Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Visual Analytics 7.1 for SAS Cloud: Quick-Start Guide.
Insight Video Net. LLC. CMS 2.0. Quick Installation Guide
Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing
Create a Simple Website. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.
Create a Simple Website Intel Easy Steps 1 2012 Intel Corporation Website Creating a Simple Website As more and more people are using the Internet to get information, it has become very important for businesses
Kentico Content Management System (CMS
Kentico Content Management System (CMS Table of Contents I. Introduction... 1 II. Log into a Kentico CMS Desk to Edit GC Website... 1 A. Select a Browser (Internet Explorer or Firefox only)... 1 B. Login
STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS
Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation
STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER
Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable
A Tutorial on SQL Server 2005. CMPT 354 Fall 2007
A Tutorial on SQL Server 2005 CMPT 354 Fall 2007 Road Map Create Database Objects Create a database Create a table Set a constraint Create a view Create a user Query Manage the Data Import data Export
Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.
Technical Bulletin: Use and Configuration of Quanterix Database Document No: Page 1 of 11 1. PURPOSE Quanterix can provide a set of scripts that can be used to perform full database backups, partial database
1. Tutorial Overview
RDz Web Services Tutorial 02 Web Services Abteilung Technische Informatik, Institut für Informatik, Universität Leipzig Abteilung Technische Informatik, Wilhelm Schickard Institut für Informatik, Universität
Video Administration Backup and Restore Procedures
CHAPTER 12 Video Administration Backup and Restore Procedures This chapter provides procedures for backing up and restoring the Video Administration database and configuration files. See the following
HOW TO USE OIT EMAIL VIA THE WEB
HOW TO USE OIT EMAIL VIA THE WEB A) Logging into your MyOIT account which includes your email account 1) Open a browser such as Firefox, Chrome or Safari. Please do not use Internet Explorer. 2) In the
QUANTIFY INSTALLATION GUIDE
QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the
Information Technology Services
Uploading Videos to the Streaming Service **NOTE: Please ensure you have acquired the rights required to video stream any copyrighted material. For guidance on College practices regarding copyright please
21 What is a threaded discussion on a Blackboard Discussion Board list? 22 Where do I access a Group Discussion on Blackboard?
Office of Academic Information Technologies B r o o k l yn C o l l e g e S t u d e n t B l a c k b o a r d S u p p o r t Student Frequently Asked Questions (FAQ) Getting Started 1 What do I need to do
ilaw Installation Procedure
ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing
MySQL Manager. User Guide. July 2012
July 2012 MySQL Manager User Guide Welcome to AT&T Website Solutions SM We are focused on providing you the very best web hosting service including all the tools necessary to establish and maintain a successful
Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.
. All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.
How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)
Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,
ADA Applicant Business Process Guide
Objectives ADA Applicant Business Process Guide The purpose of this document is to give you an understanding of how to apply and maintain an applicant account at the American Dental Association (ADA).
OUTLOOK WEB APP (OWA): MAIL
Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon
Florida National University Online Courses Platform
Florida National University Online Courses Platform Created by the Online Learning Dept. September, 2013 * Blackboard System Requirements Accessing Blackboard Logging Into Blackboard Global Navigation
How To Use Query Console
Query Console User Guide 1 MarkLogic 8 February, 2015 Last Revised: 8.0-1, February, 2015 Copyright 2015 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Query Console User
For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to [email protected].
Technical Support and Product Information tk20.com Tk20 Corporate Headquarters 10801 MoPac Expressway, Suite 740, Austin, Texas 78759 USA Tel: 512-401-2000 For further support information, refer to the
Using Outlook Web Access
Using Outlook Web Access Log on JTSA Outlook Web Access 1. Enter the following URL into the address bar on your web browser (Internet Explorer recommended) and press enter http://exweb.jtsa.edu 2. The
March 2015. Module 3 Processing MOVES Output
March 2015 Module 3 Processing MOVES Output Module Overview Describe what is contained in the MOVES output tables Use the Post-Processing Menu and post-processing MySQL scripts View and manipulate MOVES
UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY
UNIT ASSESSMENT SYSTEM DOCUMENTATION FACULTY November 2013 The purpose of UAS is to collect and measure assessment data for select courses. 1 Accessing the Unit Assessment System Application 2 Browser
Hamline University Administrative Computing Page 1
User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...
INTRODUCTION TO THE LS360 LMS
INTRODUCTION TO THE LS360 LMS LEARNER MODE QUICKSTART GUIDE CONTENTS INTRODUCTION... 3 Overview... 3 YOUR FIRST LOGIN... 4 Username, Password, and Logging In... 4 Visual Guide... 4 A note about regulated
Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9
Acrolinx IQ Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 2 Contents Overview 3 About this Guide...3 Acrolinx IQ and CQ Editor...3 Installation 4 Single Sign-on Configuration...4
LABSHEET 1: creating a table, primary keys and data types
LABSHEET 1: creating a table, primary keys and data types Before you begin, you may want to take a look at the following links to remind yourself of the basics of MySQL and the SQL language. MySQL 5.7
Specops Command. Installation Guide
Specops Software. All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops
Introduction to Windows XP
Introduction to Windows XP Academic Computing Support Information Technology Services Tennessee Technological University January 2003 1. What s new in XP New colorful interface. More stable than 9x/Me
JMC Next Generation Web-based Server Install and Setup
JMC Next Generation Web-based Server Install and Setup This document will discuss the process to install and setup a JMC Next Generation Web-based Windows Server 2008 R2. These instructions also work for
Welcome to Collage (Draft v0.1)
Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...
Aradial Installation Guide
Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document
Getting Started in Moodle
1. Visit the CSE website http://www.cse.edu/ (Moodle works best if you use Chrome as your web browser). 2. To the right of the web page, click on Log in and click on Moodle 2 2 1 P a g e Logging into Moodle
Rational Software. Getting Started with Rational Customer Service Online Case Management. Release 1.0
Rational Software Getting Started with Rational Customer Service Online Case Management Release 1.0 Table of Contents 1. Introduction 1 2. Site Capabilities 1 2.1 Service Requests 1 2.2 Solutions Knowledge
SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide
SAS Visual Analytics 7.2 for SAS Cloud: Quick-Start Guide Introduction This quick-start guide covers tasks that account administrators need to perform to set up SAS Visual Statistics and SAS Visual Analytics
PC Troubleshooting Steps
PC Troubleshooting Steps This FAQ is designed to help PC users to go through various troubleshooting steps to allow them to view the FerrisConnect Learn/Vista sites appropriately. Compatible Browsers Check
Basic SQL Server operations
Basic SQL Server operations KB number History 22/05/2008 V1.0 By Thomas De Smet CONTENTS CONTENTS... 1 DESCRIPTION... 1 SOLUTION... 1 REQUIREMENTS...13 REFERENCES...13 APPLIES TO...13 KEYWORDS...13 DESCRIPTION
CUNY TUMBLEWEED (SECURE TRANSPORT) USER GUIDE
CUNY TUMBLEWEED (SECURE TRANSPORT) USER GUIDE INTRODUCTION Tumbleweed (Secure Transport) is used to provide secure file transfer of critical business files, financial transactions and sensitive data such
DISTANCE EDUCATION. Blackboard Learn - Getting Started Guide for Students. VISIT US ONLINE AT http://www.centralgatech.edu/disted
DISTANCE EDUCATION Blackboard Learn - Getting Started Guide for Students VISIT US ONLINE AT http://www.centralgatech.edu/disted BbLearn Getting Started Guide for Students Table of Contents Accessing the
Charter Business Phone. Online Control Panel Getting Started Guide. Document Version 1.0
Charter Business Phone Online Control Panel Getting Started Guide Document Version 1.0 Table of Contents 1 About This Guide...4 2 Overview...5 2.1 Online Control Panel and Call Manager... 5 3 Manual and
ecopy ShareScan 5.0 SQL installs guide
ecopy ShareScan 5.0 SQL installs guide Created by Rob O Leary, 3/28/2011 5.0 SQL installs guide 2 ShareScan 5.0 has two SQL setup types: Complete: Installs and connects the local MS SQL Server 2008 Express
Technical Bulletin. SQL Express Backup Utility
Technical Bulletin SQL Express Backup Utility May 2012 Introduction This document describes the installation, configuration and use of the SATEON SQL Express Backup utility, which is used to provide scheduled
Outlook Web Application (OWA) Basic Training
Outlook Web Application (OWA) Basic Training Requirements to use OWA Full Version: You must use at least version 7 of Internet Explorer, Safari on Mac, and Firefox 3.X (these two achieve 99 percent feature
We begin with a number of definitions, and follow through to the conclusion of the installation.
Owl-Hosted Server Version 0.9x HOW TO Set up Owl using cpanel Introduction Much of the documentation for the installation of Owl Intranet Knowledgebase assumes a knowledge of servers, and that the installation
InventoryControl for use with QuoteWerks Quick Start Guide
InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY
Remote Viewer Recording Backup
Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using
Cypress Connexion HELP Guide www.cypressconnexion.com
Welcome to Cypress Connexion your one-stop-shop for accessing and managing your Cypress Communications account online, at your convenience. The following guide will provide you with helpful information
Welcome to the documentation on how to use the new Andrews University Content Management System (CMS) to manage your Andrews website.
Welcome to the documentation on how to use the new Andrews University Content Management System (CMS) to manage your Andrews website. In this tutorial, we will cover how to add new pages to your University
How To Sync Google Drive On A Mac Computer With A Gmail Account On A Gcd (For A Student) On A Pc Or Mac Or Mac (For An Older Person) On An Ipad Or Ipad (For Older People) On
Installation and Setup of Google Drive for Students on Mac OS X Purpose: This guide will lead you through the Google Drive Installation and Configuration. Pre-requisites: 1) ODU Student Gmail account 2)
Business Objects InfoView Quick-start Guide
Business Objects InfoView Quick-start Guide Last Modified: 10/28/2015 The latest PDF version of this document can be found at: http://www.calpolycorporation.com/docs/finance/boeinfoviewquickstart.pdf What
Retrieving Data Using the SQL SELECT Statement. Copyright 2006, Oracle. All rights reserved.
Retrieving Data Using the SQL SELECT Statement Objectives After completing this lesson, you should be able to do the following: List the capabilities of SQL SELECT statements Execute a basic SELECT statement
How to File the FBAR Electronically. The following steps describe the process of filing an FBAR electronically with our system.
Prerequisite How to File the FBAR Electronically The following steps describe the process of filing an FBAR electronically with our system. Our site requires use of the free Adobe Reader product to properly
Access to Moodle. The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout.
Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is
Open OWA by going to https://anywhere.exchserver.net/owa. Provide your user name and password.
Introduction... 2 Mailbox... 3 Calendar... 4 Contacts... 4 Options... 5 Sign out... 6 Requirements... 6 SaskTel Hosted Email & Collaboration - Hosted Exchange Outlook Web App (OWA) User Guide 1 With Outlook
Getting Started using the SQuirreL SQL Client
Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,
Getting Ready for Web Ticket Training
Getting Ready for Web Ticket Training Thank you for your interest in the Web Ticket Entry Program. This program is designed to give you control of your locate request. Web Ticket Entry makes it easy to
HOW TO Share Files & Folders in Google Drive
HOW TO Share Files & Folders in Google Drive Version: 1.0 - Date Last Updated: 3-Dec-14 Intro Sign in to Gmail/Access Google Drive Sharing a File or Folder with Google/Gmail Users Sharing a File or Folder
exacqvision Web Server Quick start Guide
exacqvision Web Server Quick start Guide 11955 Exit 5 Pkwy Building 3 Fishers, IN 46037-7939 USA +1.317.845.5710 phone +1.317.845.5720 fax 1 Basic Installation The exacqvision Web Server works with browsers
How to Edit Your Website
How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing
Database Forms and Reports Tutorial
Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components
Document Services Online Customer Guide
Document Services Online Customer Guide Logging in... 3 Registering an Account... 3 Navigating DSO... 4 Basic Orders... 5 Getting Started... 5 Attaching Files & Print Options... 7 Advanced Print Options
ITP 101 Project 3 - Dreamweaver
ITP 101 Project 3 - Dreamweaver Project Objectives You will also learn how to make a website outlining your company s products, location, and contact info. Project Details USC provides its students with
E-LEARNING STUDENT S MANUAL
E-LEARNING STUDENT S MANUAL By Williams College E-Learning is the College s Online Learning Environment, designed to enhance your learning experience by providing access to online course materials, activities,
NOTE: New directions for accessing the Parent Portal using Single Sign On
NOTE: New directions for accessing the Parent Portal using Single Sign On PROCESS STEPS SCREEN SHOTS Launch a web browser (Internet Explorer, Safari, or FireFox) and go to PowerSchool Parent Portal URL:
Angel Learning Management System Introductory Tutorial for Students
Angel Learning Management System Introductory Tutorial for Students Welcome! Angel is the Learning Management System that you ll be using to access your classes. You ll use it to view lessons, submit assignments,
Neehr Perfect Educational EHR STUDENT GUIDE
Neehr Perfect Educational EHR STUDENT GUIDE I. Introduction... 1 II. Quick Facts... 1 III. Creating Your Account... 1 IV. My Account Already Exists... 3 V. Applying Your Subscription... 4 VI. Logging in
How To Set Up Dataprotect
How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact
The Course Navigator also allows instructors to assess students' work, track progress, download results, and view upcoming events.
Introduction About the Course Navigator This Web-based learning management system enhances students' understanding of core Exploring Electronic Health Records content through flashcards, quizzes, and activities,
Appendix A How to create a data-sharing lab
Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,
Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11
Deploying Physical Solutions to InfoSphere Master Data Management Server Advanced Edition v11 How to deploy Composite Business Archives (CBA) to WebSphere John Beaven IBM, Hursley 2013 1 Contents Overview...3
OWA - Outlook Web App
OWA - Outlook Web App Olathe Public Schools 0 Page MS Outlook Web App OPS Technology Department Last Revised: May 1, 2011 Table of Contents MS Outlook Web App... 1 How to Access the MS Outlook Web App...
HowTo. Planning table online
HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your
Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009
Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change
How to configure the DBxtra Report Web Service on IIS (Internet Information Server)
How to configure the DBxtra Report Web Service on IIS (Internet Information Server) Table of Contents Install the DBxtra Report Web Service automatically... 2 Access the Report Web Service... 4 Verify
Getting Started with Microsoft Office Live Meeting. Published October 2007
Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless
SAM Brief Student User Guide
SAM Assessment, Training and Projects for Microsoft Office December 2015 SAM Brief Student User Guide Contents Introduction 1 How to Use SAM 2 Logging in the First Time as a Pre-registered Student 2 Profile
Appendix K Introduction to Microsoft Visual C++ 6.0
Appendix K Introduction to Microsoft Visual C++ 6.0 This appendix serves as a quick reference for performing the following operations using the Microsoft Visual C++ integrated development environment (IDE):
Available on VitalSource
User Guide Available on VitalSource Welcome to Pageburst on VitalSource all of your Elsevier ebooks at your fingertips! This user guide contains the information you will need to redeem your access code
Welcome to Business Internet Banking
Welcome to Business Internet Banking Member FDIC Table of Contents Logging On to Business Internet Banking. 3 Viewing Balances. 6 Viewing Transaction Information. 7 Issuing Stop Payments. 9 Viewing estatements.
CA Service Desk Manager (SDM) r12.6 SDM Basic Navigation and Functionality
CA Service Desk Manager (SDM) r12.6 SDM Basic Navigation and Functionality Analyst Training Last Updated: February 4, 2013 Created by: Administrative Information Technology Services (AITS) University of
BID2WIN Workshop. Advanced Report Writing
BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/
