Online Stored eLearning

Stored Training Provider? - Tell us about your Training!
Stored Training Seminars and Classes
From 123-CBT Computer Based Training
Cryogenic Safety on-line e-learning cbt (computer based)cd rom ...ures, cryogenic materials can be hazardous if handled and stored incorrectly. Any employees handling cryogenic materials must wear personal protective equipment. If employees are exposed to the extreme cold of cryogenic materials they should receive treatment immediately to prevent permanent injury. In the event that an individual inhales cryogenic materials, he should seek immediate attention  more...
Creating Stored Procedures and Functions on-line e-learning cbt (computer based)cd rom Creating Stored Procedures and Functions Oracle To create and execute a stored function and call, and remove and view stored functions in PL/SQL  more...
Record Retention on-line e-learning cbt (computer based)cd rom Record Retention Does your company have a formal policy for how to retain and dispose of its records? Do you know what records you need to retain, how long you should retain them for, and which disposal techniques you should use? Following the Arthur Andersen case, many companies are reexamining what documents they keep and how long they must keep them. Having a carefully planned and  more...
IT Project Management Essentials Testing Deliverables Closing IT Projects on-line e-learning cbt (computer based)cd rom IT Project Management Essentials: Testing Deliverables & Closing IT Projects Because it's a significant point in an IT project, the closing phase has its own set of processes and activities. When a project manager carries out those activities and processes, he or she can demonstrate that the project goal has been met and provide the team with a sense of accomplishment. In addition, carrying  more...
Oracle Database 11g R2 The RMAN Catalog Creataing Backups on-line e-learning cbt (computer based)cd rom ...alog to store metadata about Oracle databases, and allows stored scripts to be used to run sequences of RMAN commands stored in the catalog. When administering an Oracle Database, it is important to be familiar with what a backup is, how the process of creating a backup is completed, and the various types of backups available. This knowledge allows you to make an informed decision on the best  more...
SAP BusinessObjects Overview on-line e-learning cbt (computer based)cd rom ...enterprise can possess is data - information acquired and stored in the process of carrying out everyday business activities. This includes data regarding customers and potential customers, employee-related information, data gathered concerning competitors, and information pertaining to products. In order to take full advantage of its information assets, an enterprise must be able to store and  more...
SAP Product Lifecycle Management on-line e-learning cbt (computer based)cd rom SAP Product Lifecycle Management SAP SAP Product Lifecycle Management (PLM) provides a comprehensive solution for managing all product-related information required in support of processes including planning, innovation, design, quality management, and engineering. As an integrated solution to SAP's enterprise resource planning (ERP) system, all information stored and maintained using the PLM  more...
SAP BusinessObjects Crystal Reports on-line e-learning cbt (computer based)cd rom ... Business data comes from a variety of sources and is stored in various formats. The volume and variety of business data presents immense potential for understanding and responding to customer requirements and business process optimization. In order to realize this potential, SAP provides the Crystal Reports reporting tool. Crystal Reports has supplanted the BusinessExplorer report designer  more...
Microsoft Office 2007 Collaborating with Groove and Communicator on-line e-learning cbt (computer based)cd rom ...oove brings small teams together in virtual 'workspaces', stored on each team member's desktop. All the files the team needs for collaboration are stored in these workspaces and are updated after each change whether the team member is online or offline. Office Communicator extends these capabilities by enabling those in different locations and time zones to communicate easily and quickly with a  more...
Managing ADO NET Connections Commands with VB 2008 on-line e-learning cbt (computer based)cd rom ...sing connection pools and configuration files, as well as stored procedures, and using generic data-access code to establish a connection. Specific topics covered include optimizing ADO.NET connections and commands, ADO.NET transactions, and working with Multiple Active Result Sets (MARS) and asynchronous commands. This course is one of a series in the SkillSoft learning path that covers the  more...
SQL Server 2008 Data Management on-line e-learning cbt (computer based)cd rom ...provides table and index partitioning to allow data to be stored across multiple filegroups within a database. This makes tables and indexes that contain large amounts of data more manageable. Partitions in the database may need to be split to allow for more data to be stored, or data from one partition may need to be moved to another partition. SQL Server 2008 provides Transact-SQL statements  more...
Creating Modifying Table Index Partitions in SQL Server 2008 on-line e-learning cbt (computer based)cd rom ...must be contained within a single filegroup. Data that is stored within partitions is treated as a logical entity, and the partitioned tables and indexes support the same properties as a standard table. SQL Server 2008 allows views to be partitioned, which joins data from multiple tables from one or more servers. The data is returned as one set of information, making it appear as if it were  more...
Performing Advanced Query Techniques in SQL Server 2008 on-line e-learning cbt (computer based)cd rom ...atures that manage international concerns with regards to stored data, such as the collation and sort order. This course demonstrates how to perform advanced query techniques to manipulate data. It also identifies how to work with the COLLATE clause to manage international considerations when working with data. This course is one of a series in the SkillSoft learning path that covers the  more...
Creating Implementing Programming Objects in SQL Server 2008 on-line e-learning cbt (computer based)cd rom ...ects within a database. These programming objects include stored procedures, functions, and triggers (based on either DML or DDL statements). SQL Server 2008 provides integration with Common-runtime language (CLR). This enables a developer to create programming objects using any of the Microsoft .NET Framework languages and then deploy them within SQL Server using assemblies. This course  more...
Querying Managing XML Data inSQL Server 2008 on-line e-learning cbt (computer based)cd rom ...n integrated into SQL Server 2008 so that XML data can be stored within databases using the XML data type. You can query this data using the XQuery language within the XML data type methods. SQL Server 2008 also provides support for using FOR XML to extract relational data from a database in XML format and the use of OPENXML to generate relational views from XML. This course demonstrates how to  more...
Querying Cubes Working with Data Mining in SSAS on-line e-learning cbt (computer based)cd rom ...ndicators (KPI), Actions, Perspectives, Translations, and Stored Procedures. In addition, this course introduces data mining. It looks at the logical and physical architecture of data mining including data mining structures, models, and algorithms. Tools related to data mining such as the Data Mining Wizard, Data Mining Designer, and SQL Server Management Studio will also be discussed in this  more...
Oracle Database 11g Using Exceptions Subprograms JDeveloper REF Cursors on-line e-learning cbt (computer based)cd rom Oracle Database 11g: Using Exceptions, Subprograms, JDeveloper & REF Cursors Oracle To recognize ways to handle unanticipated errors in PL/SQL, write stored procedures and functions, deploy Java applications and Web services, and use cursor variables.  more...
Oracle Database 11g Optimizer Statistics Hints Cursor Sharing on-line e-learning cbt (computer based)cd rom ...et results in many versions of almost identical SQL to be stored in the library cache. If, instead of issuing different statements for each literal, you use a bind variable, then in theory that extra parse activity is eliminated. Listing the benefits of using bind variables, as well as using bind peeking and adaptive cursor sharing are examined in this course. Optimizer hints enable you to  more...
Oracle Database 11g R2 Oracle Partioning Security Features on-line e-learning cbt (computer based)cd rom ...ion enhancements, which includes support for loading data stored in compressed files, new parameters for simplified parallelism implementation, and new partitioning methods. It also covers the security and networking enhancements, including how to use SecureFiles, the password file, default auditing, and tablespace encryption, as well as network support for IPv6 and configuring fine-grained  more...
Managing ADO NET 4 Connections Commands with C 2010 on-line e-learning cbt (computer based)cd rom ...sing connection pools and configuration files, as well as stored procedures, and using generic data-access code to establish a connection. Specific topics covered include optimizing ADO.NET connections and commands, ADO.NET transactions, and working with Multiple Active Result Sets (MARS) and asynchronous commands. This course is one of a series in the SkillSoft learning path that covers the  more...
Enterprise Data Cloud Interaction on-line e-learning cbt (computer based)cd rom ...number of advantages over traditional data storage. Cloud-stored data is available from any location that has Internet access. However, depending on the type of business and data, some organizations need to carefully evaluate if and what types of regulations and compliance standards may apply to their data. This course presents the importance of classifying your type of data, what type of  more...
From Online Training Directory
Administering Microsoft ® SQL Server 2000 (SQL) on-line e-learning cbt (computer based)study at homecoursewareSelf Directed This course will provide student with the knowledge and skills required to install, manage and administer Microsoft SQL Server 2000 (SQL) databases. This course is design to help students master the concept of administering Microsoft? SQL Server 2000 (SQL) databases effectively. When a student completes this course he/she will be able to plan and complete a successful installation or upgrade,  more...
Control of Hazardous Energy (Lockout/Tagout) on-line e-learning cbt (computer based) ...ourse Persons who are exposed to the potential release of stored energy from machines and equipment while performing their routine work functions need to receive training. This includes: -industrial and manufacturing engineers, -supervisors, and workers -construction engineers, supervisors, and workers -safety compliance managers and safety committee members -maintenance engineers, supervisors  more...
Cisco CCNA Router Configuration Basics on-line e-learning cbt (computer based) ...es you to the internal components of routers, information stored, LAN and WAN Interfaces, Router initialization, configuration, and management. This course is one of twelve necessary to be able to pass the qualification exams to gain the IT industry certification Cisco Certified Network Associate. (CCNA) This unit introduces you to the internal components of routers. You will learn about the  more...
From 123-CBT Computer Based Training
ADO NET Connections and Commands on-line e-learning cbt (computer based) To introduce ADO.NET and to describe how to make connections to databases and run stored procedures and SQL statements in a connected design  more...
ADO NET Connections and Commands on-line e-learning cbt (computer based) To introduce ADO.NET and to describe how to make connections to databases and run stored procedures and SQL statements in a connected design  more...
Dreamweaver MX Web Applications on-line e-learning cbt (computer based) ...dexes MS SQL Server 2000 Upsizing to MS SQL 2000 What are Stored Procedures What are Views SQL What is SQL Select Statements Using Where & Order By Retrieving Data Using LIKE Connecting to Databases Web & Application Servers Types of Application Servers Installing Personal Web Server Configuring PWS Configuring IIS Interfacing with Databases Database Drivers Setting up a DSN Connecting to an MS  more...
SQL Server 2000 Programming Business Logic on-line e-learning cbt (computer based) To demonstrate how to implement views, stored procedures, triggers and user-defined functions as means for programming business logic  more...
Defining and Manipulating Data in Oracle9i on-line e-learning cbt (computer based) To describe how to define database objects and manipulate the data stored within them in an Oracle9i database  more...
Visual InterDev 6 0 Active Server Pages and Data Access on-line e-learning cbt (computer based)cd rom ... a Web server. Set the access permissions for the files stored on an NTFS partition. Unit 3: Accessing Data Duration: 2 Hour(s) Sequence the steps to display data from a database in an ASP page. Identify the functions of the data environment. Identify the features of a data source name. Sequence the steps involved in the login authentication process for connecting to a  more...
Visual InterDev 6 0 Accessing Remote Data on-line e-learning cbt (computer based)cd rom ...dset size. Manipulate database records by using SQL, stored procedures, data access models and cursors. Implement business rules by using triggers. Identify the components of Remote Data Services (RDS). Identify the methods of navigating and manipulating data by using the components of Remote Data Services (RDS). Identify the benefits of using COM components.  more...
Oracle Database 10g PL SQL Fundamentals Part 1 on-line e-learning cbt (computer based)cd rom ... learn how to write and use PL/SQL program units, such as stored functions, stored procedures, and packages along with some standard Oracle supplied packages and exception handling techniques in PL/SQL. Learn To: Identify features of PL/SQL. Identify benefits of PL/SQL. Identify features of PL/SQL blocks. Audience: The target course audience is Data Administrators,  more...
Oracle Database Administration Workshop I Part 2 on-line e-learning cbt (computer based)cd rom ...integrity constraints used to impose restrictions on data stored in columns. Identify actions that you can perform on a table using Enterprise Manager. Identify features of views. Identify features of sequences. Identify features of SQL statements used in data manipulation. Identify tasks for exporting data using the Data Pump utility. Identify features of data import using  more...
C Programming - Part 3 on-line e-learning cbt (computer based)cd rom ...d for reading a file. Identify the contents that will be stored in a disk file, on executing specified code. Identify the offset position of a file pointer in bytes after a set of statements are executed. Complete the code to move a file. Identify the code to perform I/O operations from standard devices by using disk file I/O functions. Enter the command line statement to execute the C  more...
C Programming - Part 3 on-line e-learning cbt (computer based)cd rom ...ur(s) Match the storage areas with the variable types stored in them. Identify the benefits of memory management operators. Identify the code to overload the memory management operators in a specified situation. Match the methods for releasing the memory space of unreferenced objects with their descriptions. Complete the code to control memory allocation for objects by using the new  more...
Oracle Form Builder Including Reusable Oracle Components on-line e-learning cbt (computer based)cd rom ...perty Palette. Write the code to base a data block on a stored procedure that returns a Ref cursor. Write the code to base a data block on a stored procedure that returns a table of records. Identify the properties of a data block based on a stored procedure. Identify the performance implications specific to database calls using a particular data access mechanism. Identify the  more...
Oracle8 Database Administration - Manage an Instance on-line e-learning cbt (computer based)cd rom ...ures of the System Global Area (SGA) with the information stored by them. Match the mandatory background processes with their functions. Match the different types of files existing in a database with the information stored in them. Match the non-database files with the information stored in them. Sequence the stages in processing a query. Identify the combinations of the shared pool  more...
Oracle8 Database Administration - Create Databases on-line e-learning cbt (computer based)cd rom ...ation. Identify the properties and benefits of using stored procedures and packages. Plan for the creation of redo log files. Plan for the maintenance of redo log groups. Redo log members. Control files. Identify the process of log switches and checkpoints. Manage tablespaces and data files. C ontent Emphasis Skills-Based A udience Database  more...
Oracle Form Builder R6 Including Reusable Oracle Components on-line e-learning cbt (computer based)cd rom ...k on a FROM clause query. Create a data block based on a stored procedure that returns a REF cursor by using the Data Block Wizard. Create a data block based on the stored procedure that returns a table of records by using the Data Block Wizard. Identify the properties of a data block based on a stored procedure. Identify the performance implications of using stored procedures. Identify  more...
SQL Server 7 0 System Administration - Part 5 on-line e-learning cbt (computer based)cd rom ...the replication system components with appropriate system stored procedures. Use the replication monitor to view agent histories. Use the SQL Server Query Analyzer to test connectivity. Identify the ODBC driver requirements for SQL Server replication. Use replication wizards to publish data to heterogeneous subscribers. Identify features of the SQL-DMO object structure. Perform the  more...
SQL Server 7 0 - Implementing a Database - Part 2 on-line e-learning cbt (computer based)cd rom ...dexes Duration: 3 - 4 Hour(s) Identify how data is stored by SQL Server 7.0. Select the methods SQL Server uses to access data. Identify when it is useful to create an index. Select the columns to index. Select the characteristics of a clustered index. Sequence the steps SQL Server goes through to access data. Select the architectural features of nonclustered indexes. Identify the  more...
SQL Server 7 0 System Administration - Part 2 on-line e-learning cbt (computer based)cd rom ...g security for linked databases. Identify how views and stored procedures can be used to simplify security. Distinguish between application roles and other roles. Perform the steps for creating an application role for users/logins within SQL Server Enterprise Manager. Perform the steps for activating an application role for users/logins using Transact-SQL. Identify the recommended  more...
SQL Server 7 0 - Implementing a Database - Part 3 on-line e-learning cbt (computer based)cd rom Course Overview This is the third course in a five part series that will provide students with the knowledge to implement a database solution with Microsoft SQL Server 7.0. L earn To: Query multiple tables using Transact-SQL statements. Retrieve and modify data using advanced query techniques. C ontent Emphasis Skills-Based A udience This course is designed for IT  more...
SQL Server 7 0 - Implementing a Database - Part 5 on-line e-learning cbt (computer based)cd rom ...Server 7.0. L earn To: Access data by using the Stored Procedure model. Access data using triggers. Set up a distributed environment to access, modify and manage remote data. C ontent Emphasis Skills-Based A udience This course is designed for IT professionals responsible for implementing a database solution with Microsoft SQL Server 7.0. Participants should have  more...
Visual InterDev 6 0 Accessing Remote Data on-line e-learning cbt (computer based)cd rom ...dset size. Manipulate database records by using SQL, stored procedures, data access models and cursors. Implement business rules by using triggers. Identify the components of Remote Data Services (RDS). Identify the methods of navigating and manipulating data by using the components of Remote Data Services (RDS). Identify the benefits of using COM components.  more...
Visual C 6 0 Designing Implementing Distributed Applications - Part 3 on-line e-learning cbt (computer based)cd rom ...the data. Implement data access in applications through stored procedure model and cursors. Create transactions and implement locking strategies. C ontent Emphasis Skills-Based A udience This course is designed for programmers looking to develop applications using MFC library and Microsoft Visual C++. Participants should have completed the first seven courses in this series.  more...
IIS 4 0 Creating Configuring a Web Server - Part 3 on-line e-learning cbt (computer based)cd rom ...t Analyzer with their functions. Create a WebMap from a stored file by using Content Analyzer. Determine the cause for a missing image by using Content Analyzer. Determine the cause for a non functioning link by using Content Analyzer. Determine why it takes very long to download a page by using Content Analyzer. Match the common tasks performed in managing links with their  more...
NetWare Service and Support Upgrade - Part 1 on-line e-learning cbt (computer based)cd rom ...cessing Novell Internet services. Access information stored in the Micro House Technical Library (MHTL). Troubleshoot a network problem by using the Novell Internet service site and the SupportSource CD. Identify the steps to install and troubleshoot network boards and cables for Ethernet and Token Ring networks. C ontent Emphasis Skills-Based A udience  more...
SQL and PL SQL DML and DDL on-line e-learning cbt (computer based)cd rom ... a check constraint to ensure that appropriate values are stored in the table. Create a table within the SQL*Plus environment. Create a table using the rows from an existing table. Display the structure of a table, using the DESCRIBE command. Unit 2: Manipulating Data Duration: 0.5 - 1 Hour(s) Identify the DML functions and the transaction control commands. Insert new rows in a  more...
Oracle8i Database Admin Create Databases on-line e-learning cbt (computer based)cd rom ...tion: 1 - 2 Hour(s) Identify the types of information stored in the data dictionary. Identify the features of the data dictionary components. Create a data dictionary view for a specific database by executing the appropriate script. Identify the contents of the data dictionary view categories. Retrieve specific information by querying the Dictionary view. Create PL/SQL functionality  more...
Oracle8i Database Admin Manage Data Storage on-line e-learning cbt (computer based)cd rom ...od for various types of tables. Identify the information stored in the components of the Oracle row structure. Identify the features of the Oracle built-in scalar datatypes. Identify the differences between the two large object datatypes. Identify the features of ROWID. Identify the components in a ROWID format. Identify the characteristics that distinguish the two collection datatypes.  more...
Oracle PL SQL Database Programming on-line e-learning cbt (computer based)cd rom ...n a series of three titles, and discusses the features of stored subprograms and packages. This course explains how to create and execute stored procedures and functions as well as how to create stored packages. This course also discusses built-in server-side packages and their use in debugging stored subprograms. This course covers how to manage stored subprograms and packages. It also  more...
SQL Server 2000 Design Implement Databases Part 3 Managing Objects on-line e-learning cbt (computer based)cd rom ...jects. Students will learn how to create and manage view, stored procedures, user-defined functions, and triggers. Learn To Identify the features of views. Identify the considerations for creating views. Create a view by using Transact-SQL. Match the different user-defined functions with their characteristics. Create a user-defined function by using Transact-SQL. Identify  more...
SQL Server 2000 Querying with Transact SQL Part 2 Working with Queries on-line e-learning cbt (computer based)cd rom ... work with queries. The course will also introduce views, stored procedures, triggers, and user-defined functions. Learn To Identify advantages of using aliases for table names. Identify the guidelines for using joins. Identify the considerations for using inner joins. Identify considerations for using subqueries. Create a derived table by using a subquery. Create a single-value  more...
Oracle9i Database Admin Manage an Instance on-line e-learning cbt (computer based)cd rom ...tify the memory structures of the SGA and the information stored in the database and nondatabase files. • Identify the connection procedures and the processes generated during database connection. • Identify the stages in processing a query and the memory structures used in query processing. • Identify the steps of DML processing and the memory structures involved in DML  more...
Oracle9i Database Admin Create a Database on-line e-learning cbt (computer based)cd rom ...e scripts categories. • Identify the properties of stored procedures and packages, the benefits of using stored program units, and the functions of Oracle-supplied packages. • Retrieve information about stored objects, identify the common situations when dependent objects may have an INVALID status, and the functions of the control file with the types of information stored.  more...
Oracle9i Peformance Tuning Managing Memory and Disk I O on-line e-learning cbt (computer based)cd rom ...h their description. o Identify the methods of creating stored outlines. o Identify the three major areas of the Shared Pool. o Identify the parameters used to tune the Shared Pool. o Identify the goals for tuning the Library Cache. o Identify the descriptions of redo entries. o Match the statistics used to diagnose disk I/O contention with their descriptions. o Identify the two  more...
MS Win XP Install Admin Part 4 Remote Mobile Computing on-line e-learning cbt (computer based)cd rom ... of Windows XP Professional. o Identify features of the Stored User Names and Passwords feature of Windows XP Professional. o Identify features of the Stored User Names and Passwords feature of Windows XP Professional. Unit 2: Configuring Windows XP for Mobile Users 2 - 3 hours o Create a hardware profile for a mobile user in Windows XP Professional. o Create a hardware profile for  more...
Visual Basic NET-Web Based Development Part 3 on-line e-learning cbt (computer based)cd rom Assuming that the learner is now familiar with the basics of Web forms and controls, this course introduces ADO .NET and guides the learner through database connections and data access. Learn To: o To identify features of ADO.NET. o To ientify the syntax for importing ADO.NET namespaces. o To ientify features of the ADO.NET object model. o To identify features of SQL Server security  more...
Visual Basic NET-Web Based Development Part 5 on-line e-learning cbt (computer based)cd rom This course teaches the configuration and deployment of Web applications in Visual Basic .NET. The implementation of accessibility, online user assistance, and globalization are covered. Web Application security features including Windows-based authentication, form-based authentication, Microsoft Passport authentication, and XML Web service security are also taught. Learn To: o To identify  more...
Windows 2000 Implementing Security Part 1 on-line e-learning cbt (computer based)cd rom ...e process used by Encrypting File System (EFS) to encrypt stored data. • Identify features of protocols used to encrypt transmitted data. • Identify components of a Public Key Infrastructure (PKI). • Identify elements of a digital certificate. • Identify features of a certification  more...
Visual Basic 6 0 Designing Implementing Desktop Applications - Part 3 on-line e-learning cbt (computer based)cd rom Course Overview This is the third course in a five part series that will provide students with the knowledge to write a Microsoft Visual Basic-based application that accesses data from a database. In this course, students will learn to use ActiveX Data Objects to access and manipulate data sources. This course also addresses advanced database issues, such as data integrity and referential  more...
Visual Basic 6 0 Designing Implementing Distributed Applications - Part 3 on-line e-learning cbt (computer based)cd rom ...mand, navigating recordsets, modifying data and executing stored procedures. C ontent Emphasis Skills-Based A udience This course is designed for programmers using Visual Basic 6.0 and are currently building desktop applications and accessing corporate databases. Participants should have completed the first two courses in this series. T otal Learning Time 6 - 8 Hour(s)  more...
Oracle8 Database Administration - Manage Data on-line e-learning cbt (computer based)cd rom ...d for various types of tables. Identify the information stored in the components of the Oracle row structure. Identify the features of the Oracle built-in scalar datatypes. Identify the differences between the two large object datatypes. Identify the features of ROWID. Identify the components in a ROWID format. Identify the characteristics that distinguish the two collection  more...
Oracle8 Backup and Recovery - Strategies and Backups on-line e-learning cbt (computer based)cd rom ...he archive log backup process. Perform a backup using a stored script. Identify the features of a stored script. Identify the command to create a script and make a backup. Identify the characteristics of an incremental backup. Identify the characteristics of a cumulative backup. Identify the constraints in performing a backup when using the Recovery Manager. Identify the memory  more...
Windows NT Server 4 0 Troubleshooting in the Enterprise on-line e-learning cbt (computer based)cd rom ...components with the way in which they use the information stored in the registry. Match the registry subtrees with the information they store. Display a registry subkey content using the Registry Editor. Set up an interactive session to troubleshoot through a remote Windows NT server registry, using the remote command service. Match the HKEY_LOCAL_MACHINE subtree to the information they  more...
Oracle8i Database Admin Manage an Instance on-line e-learning cbt (computer based)cd rom ...ures of the System Global Area (SGA) with the information stored by them. Match the mandatory background processes with their functions. Match the different types of files existing in a database with the information stored in them. Match the non-database files with the information stored in them. Sequence the stages in processing a query. Identify the combinations of the shared pool  more...
IBM DB2 Universal Database V6 1 App Devel Curriculum on-line e-learning cbt (computer based)cd rom ...ts such as schemas, user-defined types and functions, and stored procedures, as well as using embedded and dynamic SQL within an application. This curriculum consists of 2 Skill Builder courses: Course 13431 IBM DB2 Universal Database V6.1 Fundamentals Course 13433 IBM DB2 Universal Database V6.1 Application Development Certification: This curriculum will help candidates prepare for the ILT  more...
IBM DB2 Universal Database V6 1 App Devel Curriculum on-line e-learning cbt (computer based)cd rom ...ts such as schemas, user-defined types and functions, and stored procedures, as well as using embedded and dynamic SQL within an application. This curriculum consists of 2 Skill Builder courses: Course 13431 IBM DB2 Universal Database V6.1 Fundamentals Course 13433 IBM DB2 Universal Database V6.1 Application Development Certification: This curriculum will help candidates prepare for the ILT  more...
IBM DB2 Universal Database V6 1--App Development on-line e-learning cbt (computer based)cd rom ...s schema, user-defined types, user-defined functions, and stored procedures. Use SQL within an application. Use dynamic SQL within an application. C ontent Emphasis Skills-Based A udience This course is intended for application developers. Students should have a fundamental understanding of relational database technology, including concepts of databases, tables, rows/columns,  more...
IBM DB2 Universal Database V6 1--App Development on-line e-learning cbt (computer based)cd rom ...s schema, user-defined types, user-defined functions, and stored procedures. Use SQL within an application. Use dynamic SQL within an application. C ontent Emphasis Skills-Based A udience This course is intended for application developers. Students should have a fundamental understanding of relational database technology, including concepts of databases, tables, rows/columns,  more...
ASP NET Part 2 ADO NET Partitioning Tracing on-line e-learning cbt (computer based)cd rom ...trol. • Identify the syntax used to call an action stored procedure. • Identify the syntax used to retrieve data from a database using DataReader objects. • Identify the syntax used to create a parameter for a stored procedure. • Identify the syntax used to call a stored procedure. • Identify the syntax used to read data from a DataReader by using the Read  more...
Dreamweaver UltraDev 4 on-line e-learning cbt (computer based)cd rom Course Overview This is the final course in a three part curriculum about Macromedia products that can be used for Web design. This course teaches students how to use Dreamweaver UltraDev 4. Additionally, this course covers the basic skills needed to create database-driven Web sites using Dreamweaver UltraDev and ASP, ColdFusion, or JSP. Learn To • Identify the features of UltraDev,  more...
CIW Security Professional Security Auditing Attack Techniques on-line e-learning cbt (computer based)cd rom ...y key aspects of phases of control. Discover passwords stored on a Windows 2000 computer. Identify the steps to discover passwords stored on a Linux computer. Audience: This course is intended for CIW Security Professionals who are responsible for the implementation of e-business security policies and technologies. The target audience for these courses are network server  more...
Oracle Database 10g PL SQL Fundamentals Part 2 on-line e-learning cbt (computer based)cd rom ...arn to declare variables and trapping exceptions, develop stored procedures, functions, packages and database triggers. Learn To: Identify features of PL/SQL blocks within a subprogram. Match types of PL/SQL named blocks with their descriptions. Match types of PL/SQL environments with their descriptions. Identify features of PL/SQL packages. Sequence steps for  more...
From Software Training Academy, Inc
Complete ASP Programming instructor led trainingon-line e-learning cbt (computer based) Learn the Active Server Pages skills you need to build full-featured, database-driven Web sites. This course lays out the basics of server-side Web programming with an introduction to classic programming structures and good programming practices. Students will apply these programming skills to the development of a fully functional data-driven Web site with ASP written in VBScript and will  more...
From Serebra Learning Corporation
Record Retention on-line e-learning cbt (computer based) Does your company have a formal policy for how to retain and dispose of its records? Do you know what records you need to retain, how long you should retain them for, and which disposal techniques you should use? Following the Arthur Andersen case, many companies are reexamining what documents they keep and how long they must keep them. Having a carefully planned and documented record retention  more...
Visual Basic 6 0 Database Access Part II on-line e-learning cbt (computer based) This course provides a detailed look at the ActiveX Data Object (ADO)that acts as the bridge between your application and a database. Designed for intermediate to advanced Visual Basic application programmers Database administrators, Database analysts, and Database developers who are working toward the Microsoft Certified Database Administrator (MCDBA) credential.  more...
Visual Basic 6 0 Advanced Enterprise Client Server Dev Part I on-line e-learning cbt (computer based) ...ser groups. This course discusses the merits of using SQL stored procedures for business services and data integrity checks. It describes how to create, write, and debug stored procedures, as well as how to call them from Visual Basic code. Finally, this course discusses how to create SQL stored procedures for passing arguments and accepting return values. It also explains how to write SQL  more...
ADO NET Connections and Commands on-line e-learning cbt (computer based) To introduce ADO.NET and to describe how to make connections to databases and run stored procedures and SQL statements in a connected design C# programmers and candidates for the Microsoft MCSD and MCAD certification paths  more...
ADO NET Connections and Commands on-line e-learning cbt (computer based) To introduce ADO.NET and to describe how to make connections to databases and run stored procedures and SQL statements in a connected design Visual Basic .NET programmers and candidates for the Microsoft MCSD and MCAD certification paths  more...
Building ADO NET DataSets on-line e-learning cbt (computer based) To describe how to use ADO.NET's disconnected DataSet object model, including DataSets, DataAdapters, DataTables, DataRelations, DataRows, and DataColumns Visual Basic .NET programmers and candidates for the Microsoft MCSD and MCAD certification paths  more...
OS 390 MVS ESA Fundamentals of VSAM Part II on-line e-learning cbt (computer based) This course explains how VSAM adds and deletes records to and from a KSDS. It describes how VSAM manages the space within the data components of the KSDS when it performs additions or deletions. Also covered is the organization and function of an alternate index, how and when an alternate index can be used, and how an alternate index relates to an existing ESDS or KSDS. It describes the role that  more...
Defining and Manipulating Data in Oracle 9i on-line e-learning cbt (computer based) To describe how to define database objects and manipulate the data stored within them in an Oracle9i database Junior database administrators, application developers, and database operators  more...
PL SQL Packages on-line e-learning cbt (computer based) To create and work with Oracle 10g packages Database administrators, application developers, and database operators  more...
PL SQL Triggers on-line e-learning cbt (computer based) To create and manage triggers Database administrators, application developers, and database operators  more...
Creating Stored Procedures and Functions on-line e-learning cbt (computer based) To create and execute a stored function and call, and remove and view stored functions in PL/SQL Database administrators, application developers, and database operators  more...
Manipulating Data with DB2 UDB on-line e-learning cbt (computer based) To execute queries using SQL Anyone wishing to gain knowledge of DB2 UDB; end users seeking competence in DB2 UDB; candidates for IBM DB2 UDB V8.1 Family Fundamentals certification  more...
Cryogenic Safety on-line e-learning cbt (computer based) ...ures, cryogenic materials can be hazardous if handled and stored incorrectly. Any employees handling cryogenic materials must wear personal protective equipment. If employees are exposed to the extreme cold of cryogenic materials they should receive treatment immediately to prevent permanent injury. In the event that an individual inhales cryogenic materials, he should seek immediate attention  more...
Win2000 Professional for End-Users Intermediate Networking on-line e-learning cbt (computer based) This course introduces the user to the various networking features available in Windows 2000. It explains how to share resources over the network, get connected to the Internet, and work with the Internet. This course is designed to help individuals who want to achieve proficiency in using Windows 2000 Professional. The target audience for this curriculum is end users who intend to use the Windows  more...
Using Your Dell Axim x50 on-line e-learning cbt (computer based) The course will cover features, hardware, and software of the Dell Axim PDA. The course will also cover how to enter and search data in your PDA. In addition, the course will provide you with an overview of using the programs that are installed into a PDA and how to connect your Dell PDA to Infrared, Bluetooth Wireless Technology, Modem, Virtual Private Network (VPN), and Ethernet. The course is  more...
Store Digital Video on-line e-learning cbt (computer based) The Store Digital Video course will provide users with information on how to store and archive their raw digital video files, backup any movies they create, and discuss file formats most commonly found on the Internet. This will include how to understand storage needs, and tips for managing and storing. The course will also review managing files using Windows XP and an overview of the  more...
Manage and Store Digital Images on-line e-learning cbt (computer based) This course will provide users information on how to manage and store digital images. This will include how to understand storage needs, and tips for managing and storing. The course will also review managing with Windows XP and a overview of the image-management software available Photoshop Album, Picture It, etc. Anyone who wants information on how to store digital images using their computer  more...
Design Team - Data Modelling on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd Design Team - Data Modelling is a set of techniques for the production of diagrams showing how data is stored in an organisation and how the various elements of data inter-relate. This course teaches you how to draw data models depicting the current environment and how to optimise the way that data is stored and retrieved.  more...
Microsoft SQL Server 7.0: Implementing a Database - Part 5 on-line e-learning cbt (computer based) This is the final course in a five part series that will provide students with the knowledge to implement a database solution with Microsoft SQL Server 7.0.  more...
Microsoft Visual InterDev 6.0: Accessing Remote Data on-line e-learning cbt (computer based) This is the fourth course in a five part series that will help students prepare for the Microsoft Certified Professional exam 70-152, Designing and Implementing Web Solutions with Microsoft Visual InterDev 6.0. At the completion of this course, students will learn to work with database records and identify the methods of managing recordset size; identify the components of Remote Data Services  more...
Designing and Implementing Distributed Applications with Microsoft Visual Basic 6.0 - Part 3 on-line e-learning cbt (computer based) This is the third course in a five part series that will provide programmers with the basic skills to build three-tier client/server solutions.  more...
Microsoft Visual C++ 6.0: Designing and Implementing Applications - Part 8 on-line e-learning cbt (computer based) This is the final course in an eight part series for programmers. This series provides the C++ programmers the necessary skills to develop applications using the MFC library and the Microsoft Visual C++ 6 development environment.  more...
JDBC Application Development Part 3: Advanced Features, OOAD and SQLJ on-line e-learning cbt (computer based) This third course in the series teaches learners skills needed to help them create more advanced databases. It teaches advanced features for creating JDBC programs, including prepared statements, stored procedures, transactions, concurrency control, and metadata. It also teaches how to map an object-oriented design to a relational database and how to use SQLJ standards with Java.  more...
Actuate Developer Workbench Fundamentals on-line e-learning cbt (computer based) Actuate Developer Workbench Fundamentals WBT is meant for users who want to create reports based on data contained in databases. The course describes the features of Actuate Developer Workbench, and familiarizes users with creating simple and complex reports. Users who want to create simple and complex reports using Actuate Developer Workbench.  more...
CA-IDMS R Application Programming Part I ver 12 on-line e-learning cbt (computer based) Explains CA-IDMS structure and environment, teaches how to access and manipulate records and sets, and details how they are physically stored in the database. Programmers, analysts and systems designers.  more...
CA-IDMS R Application Programming Part II ver12 on-line e-learning cbt (computer based) Explains CA-IDMS structure and environment, teaches how to access and manipulate records and sets, and details how they are physically stored in the database. Programmers, analysts and systems designers.  more...
Getting Started with Access 2002 on-line e-learning cbt (computer based) The Getting Started with Access 2002 WBT is the first course of the Office XP: Access 2002 curriculum, which familiarizes users with basic database concepts and the features of Access. This course describes the concepts and processes involved in creation and design of databases and tables in Access 2002. Additionally, this course guides users on efficiently relating, managing, and customizing  more...
Creating Queries Forms with Access 2002 on-line e-learning cbt (computer based) ...02 that they can use while retrieving and presenting data stored in an Access database. These features include formulating simple and advanced SQL queries, and creating and designing forms. Additionally, this course guides users in efficient presentation of data using PivotTables and PivotCharts. All System Administrators, Help Desk/Support personnel, and Application Developers who implement a  more...
SQL Server 7.0 Management Part II on-line e-learning cbt (computer based) This course provides the skills to database administrators managers and users so that they may take full advantage of SQL Server 7.0 features. It explains how to use the fundamental elements of Transact-SQL how to use the SELECT statement and how to monitor database performance. It also examines stored procedures and joins. Related Exam: Prepares users for both Microsoft Exams #070-028  more...
SQL Server 7.0 Management Part III on-line e-learning cbt (computer based) ...uage which can be used to extend the functionality of SQL stored procedures.Additionally this course examines the functions of a SQL cursor including how to navigate a result set using a cursor. It describes different types of cursors and the meaning of the global and local scope of a cursor. It also explains how to design and manage explicit implicit and automatic transactions and it describes  more...
Oracle 8i DBA - Introducing Procedure Builder on-line e-learning cbt (computer based) This course aims to introduce you to the various components of Procedure Builder. It explains the features of the Procedure Builder components such as the Object Navigator the PL/SQL Interpreter the Program Unit Editor the Stored Program Unit Editor and the Database Trigger Editor. It describes how you can use the components of Procedure Builder to create debug and execute program units. Related  more...
Oracle 8i DBA - Data Dictionary and Database Files on-line e-learning cbt (computer based) The course is aimed at familiarizing the student with the Data Dictionary views and database files. The course enables the learner to manage log and control files. The uses and contents of control files will be discussed as well as obtaining information from control files. The planning use and troubleshooting of redo log files will also be explained. The course also provides a list of Data  more...
MS SQL Server 2000: Database Administration Part 2: Managing Databases on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd This is the second course in a five part series that will teach students how to plan for managing databases with SQL Server 2000. This course also includes both theoretical and practical instruction in the creation and management of objects.  more...
MS SQL Server 2000: Design and Implementation Part 3: Managing Objects on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd This is the third course in a five part series that will teach students how to work with SQL Server data objects. Students will learn how to create and manage view, stored procedures, user-defined functions, and triggers.  more...
Oracle9i Database Administration: Create a Database on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd The Oracle9i Database Administration: Create a Database course is the second in a five-part series covering the database administration strategies and procedures provided in Oracle9i. Participants learn about the concepts associated with storage structure components, management of rollback segments, temporary segments, and indexes. In addition, this course discusses how to create and maintain  more...
Oracle9i Performance Tuning: Managing Memory and Disk I/O on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd This course introduces students to the importance of good initial database design, and the methods used to tune an Oracle9i production database. Students learn how to use the available Oracle tools to recognize, troubleshoot, and resolve common performance-related problems in administering an Oracle database.  more...
Introduction to ASP.NET Part 2: ADO.NET, Partitioning, and Tracing on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd The is the second course in a three part series that provides the learner with instruction on using ADO.NET to access data, on separating code from content, and on using the ASP.NET trace feature. The course will cover using ADO.NET to access data from various data sources and allows the learner to practice displaying and customizing data display. The course then describes the different methods of  more...
MS VB .NET: Web Development Part 3: Data Access in Visual Studio and ADO.NET on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd Assuming that the learner is now familiar with the basics of Web forms and controls, this course introduces ADO .NET and guides the learner through database connections and data access.  more...
Microsoft Access 2000 Designing and Implementing Database Applications Part 4 - Debugging Applicatio on-line e-learning cbt (computer based) This is the fourth course in a five-part series that will provide IT professionals with the knowledge and skills necessary to design and implement database solutions using Microsoft Access 2000. At the completion of this course students will learn to manage data in tables by using ActiveX Data Objects (ADO) recordsets and SQL; identify code to create and manage stored procedures and triggers; and  more...
Microsoft SQL Server 2000 Querying with Transact-SQL Part 2: Working with Queries on-line e-learning cbt (computer based) This course will teach students how to work with queries. The course will also introduce views stored procedures triggers and user-defined functions.  more...
MS SQL Server 2000: Design and Implementation Part 3: Managing Objects on-line e-learning cbt (computer based) This is the third course in a five part series that will teach students how to work with SQL Server data objects. Students will learn how to create and manage view stored procedures user-defined functions and triggers.  more...
Oracle PL/SQL: Database Programming on-line e-learning cbt (computer based) ...ourse in a two part series that discusses the features of stored subprograms and packages. This course explains how to create and execute stored procedures and functions as well as how to create stored packages. This course also discusses built-in server-side packages and their use in debugging stored subprograms. This course covers how to manage stored subprograms and packages. It also  more...
Oracle9i PL/SQL: Database Programming on-line e-learning cbt (computer based) ...stored subprograms and packages. Participants will learn how to create and invoke stored procedures and functions as well as how to create stored packages. This course also discusses built-in server-side packages and their use in debugging stored subprograms. Participants will learn how to manage stored subprograms and packages. This course also introduces participants to database triggers: how  more...
Computer Basics on-line e-learning cbt (computer based) ...er businesses soon felt the need to share the information stored on one computer with other computers within the organization. To make it possible for computers to share information computers were connected together to form computer networks. When a computer is connected to a network several users have access to the data shared on that computer. This increases the security problems that might  more...
SQL Advanced Skills on-line e-learning cbt (computer based) This course is the second course in the SQL Programming curriculum that consists of two courses. The course describes the statements used to manipulate data and to work with tables, indexes, and views. The students will also be able to describe the functioning of cursors, stored procedures, triggers, and transactions.  more...
IDMS on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd Explains IDMS structure and environment, teaches how to access and manipulate records and sets, and details how they are physically stored in the database.  more...
MS SQL Server 6.5: Advanced Retrieval Structures on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd In this course, students will learn to implement a database design on Microsoft SQL Server 6.5. Specific topics include: summarizing and modifying data; database object creation, such as stored procedures and triggers; data referential integrity; the implementation of distributed data in a client/server environment; and the extensibility of SQL Server. This course, together with MS SQL Server  more...
Advanced SQL Programming on-line e-learning cbt (computer based) This course teaches the student how to create stored procedures, manage distributed data and transactions. The student will also learn the importance of locks and how to troubleshoot a deadlock. Finally the student will learn how to optimize the query execution plan developed by SQL Server. The Implementing SQL Server curriculum prepares the student for the Microsoft Exam 70-029.  more...
CA-IDMS/R Application Programming (ver 10.2) on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd Explains CA-IDMS structure and environment, teaches how to access and manipulate records and sets, and details how they are physically stored in the database.  more...
CA-IDMS/R Application Programming (ver 12) (DOS) on-line e-learning cbt (computer based)study at homeweb-based,online cbt,cd Explains CA-IDMS structure and environment, teaches how to access and manipulate records and sets, and details how they are physically stored in the database.  more...
From Braini Academic
Moving to Amadeus on-line e-learning cbt (computer based)study at homecoursewareself directedcomputer lab ...sengers, moving between multiple and single psgr pricing, stored itinerary pricing, itinerary pricing with optional modifiers, itinerary pricing with discounted fares (unifares), fare elements, itinerary pricing with value pricer, fare notes from itinerary pricing, cars, vehicle type codes, direct car sell, car location lists, car availability and rate displays, modifying and canceling car  more...
From Learningdom
SQL and PLSQL Training instructor led trainingon-line e-learning cbt (computer based)computer lab SQL Introduction to SQL, Select Queries, Data sorting and restricting, Functions, Data from Multiple Tables, Group By Clause, Create Table, Alter Table, Constraints, More Constraints, Indexes, Views, Set operators, SQL Aggregate Functions PL/ SQL PL/ SQL Basics, Using SQL*Plus for PL/ SQL, Using TOAD for PL/ SQL, All about variable declaration, PL/ SQL Looping, Conditional Logic, : DML  more...
From Multi-media Access
Lockout/Tagout: Affected Employees on-line e-learning cbt (computer based)coursewareinteractive This course explains the hazards of accidental releases of stored energy. Aimed at affected personnel, this program will create an awareness and respect for all forms of stored energy and lockout tagout procedures. Delivery formats include CD-ROM, LAN, WAN, Intranet, Internet. The course can be customized to meet your site-specific needs. It is currently available in English, French and Spanish,  more...
From PDHengineer. com-Decatur Professional Development, LLC
Reducing Lead Hazards During Construction on-line e-learning cbt (computer based) ...ble. As the blood is circulated through the body, lead is stored in various organs and body tissues. The lead stored in the body may be slowly causing irreversible damage: first to the cells, then to the organs, and finally to the whole body system. Engineering controls reduce employee exposure in the workplace either by removing or isolating the hazard or isolating the worker from exposure  more...
Stormwater Detention in Urban Drainage Design on-line e-learning cbt (computer based) ...ater for the design discharge and the length of time that stored water remains in the facility should also be compatible with other uses of the facility. In this course, the student will review Chapter 12 of the Illinois Department of Transportation Drainage Manual. This course is relevant to municipal engineers, highway engineers, and consulting engineers serving private developers. The  more...
RFID Fundamentals on-line e-learning cbt (computer based) ...al "on-board" data about the materials they are stored/integrated with. The most common implementations of RFID uses passive wireless communication, and thus do not require a source of onboard power to transmit the data they contain. Since they are non-contact devices, they can be made very physically robust and can be read a near infinite number of times without failure. An  more...
Control of Hazardous Energy - Lockout Tagout on-line e-learning cbt (computer based) ...or maintain unexpectedly energizes, starts up or releases stored energy. Employers are required to develop and implement lockout/tagout procedures to protect workers who can be injured servicing or maintaining machinery. In this course, the student will review OSHA 3120, "Control of Hazardous Energy (Lockout/Tagout)". This publication outlines the requirements in the Code of Federal  more...
Geothermal Heat Pumps on-line e-learning cbt (computer based) ...al heat pump takes advantage of this by transferring heat stored in the Earth or in ground water into a building during the winter, and transferring it out of the building and back into the ground during the summer. The ground, in other words, acts as a heat source in winter and a heat sink in summer. In this course, you will learn some of the basic application considerations for heat pumps in  more...
HVAC Cooling Load Calculations and Principles on-line e-learning cbt (computer based) ...articular processes being performed or the products being stored. Generally, heating and cooling load calculations involve a systematic and stepwise procedure, which account for all the building energy flows. In practice, a variety of methods ranging from simple rules-of-thumb to complex transfer function methods are used to arrive at the building loads. This 6- hour course provides a  more...
Introduction to Underground Natural Gas Storage on-line e-learning cbt (computer based) ...ies and the factors that affect the deliverability of the stored product. He or she will also learn three methods for measuring gas inventories. The student must take a multiple-choice quiz consisting of ten (10) questions at the end of the course to obtain PDH credits. Specific Knowledge or Skill Attained This course teaches the following specific knowledge and skills: The ability to  more...
From Skillspride Online Training
Informix Stored Procedures and Triggers on-line e-learning cbt (computer based) This course aims to take users through the Informix language. Users will gain an appreciation of privileges, trigger creation, system tables, error handling, ESQL/C and other advanced Informix functions.  more...
Microsoft SQL Server 2000; Introduction to Databases and Programming on-line e-learning cbt (computer based) This course introduces readers to the major topics of databases and programming using Microsoft SQL Server 2000. The reader will learn about system databases, tables, data definition, creating tables, retrieving data, modifying data, indices, data integrity, views, triggers, stored procedures, programmability, distributed data and distributed transactions. Throughout the course there are practical  more...
Microsoft SQL Server 2000 Programming Part 1 on-line e-learning cbt (computer based) This course along with our " SQL Server 2000 Programming Part 2 course will introduce readers to the major topics of building database applications with Microsoft SQL Server 2000. The key focus of the course is on server database design and implementation using SQL Server 2000, but it also covers some client development including Access 2000's ADP format, Visual Basic using ADO, and ASP with XML.  more...
Microsoft SQL Server 2000 Programming Part 2 on-line e-learning cbt (computer based) This course along with our " SQL Server 2000 Programming Part 1 course will introduce readers to the major topics of building database applications with Microsoft SQL Server 2000. The key focus of the course is on server database design and implementation using SQL Server 2000, but it also covers some client development including Access 2000's ADP format, Visual Basic using ADO, and ASP with XML.  more...
CLAIT Level 1 - Spreadsheets, Graphs, and Charts with Excel 2002 on-line e-learning cbt (computer based) This course is designed to help people to obtain the skills and knowledge required for New CLAIT/CLAIT Plus Unit 3 " and Unit 7 Graphs and Charts. Students will learn to use Excel 2002 to create, edit, format, and print a simple spreadsheet. Readers will also learn to use Excel to create and format charts and graphs of different types based on data stored in a spreadsheet. Spreadsheets  more...
e-Quals: Level 2 Spreadsheets with Excel 2002 on-line e-learning cbt (computer based) This course is designed to help you to obtain the skills and knowledge required for e-Quals Level 2 Unit 023 " You will learn to use Excel 2002 to create, edit, format, and print a simple spreadsheet. You will also learn to use Excel to create and format charts and graphs of different types based on data stored in a spreadsheet. Spreadsheets.  more...
Microsoft Excel 2000 Level 3; Advanced on-line e-learning cbt (computer based) Readers will learn advanced Excel 2000 features allowing them to manage databases and manipulate stored data. Completing this level will be enough to use Excel 2000 as an efficient flat file database.  more...
Microsoft Excel 2000 Level 3; Advanced on-line e-learning cbt (computer based) Readers will learn advanced Excel 2000 features allowing them to manage databases and manipulate stored data. Completing this level will be enough to use Excel 2000 as an efficient flat file database.  more...
ECDL 4 Spreadsheets with Excel 2003 on-line e-learning cbt (computer based) This course is designed to help you to obtain the skills and knowledge required for ECDL Module 4 " (Syllabus 4.0). You will learn to use Excel to create, edit, format, and print a simple spreadsheet. You will also learn to use Excel to create and format charts and graphs of different types based on data stored in a spreadsheet. Spreadsheets  more...
ECDL 4 Spreadsheets with Excel 2000 on-line e-learning cbt (computer based) This course is designed to help you to obtain the skills and knowledge required for ECDL 4 Module " (Syllabus 4.0). You will learn to use Excel to create, edit, format, and print a simple spreadsheet. You will also learn to use Excel to create and format charts and graphs of different types based on data stored in a spreadsheet. Spreadsheets  more...
A+ Syllabus 10 - Module 2 - System Configuration on-line e-learning cbt (computer based) ...run a BIOS setup program; describe the typical parameters stored in CMOS; identify the default use of the 16 interrupts in an IBM PC/AT system; identify the default use of the 8 DMA channels in an IBM PC/AT system; identify the default use of the I/O ports used by COM1, COM2, LPT1, LPT2 in an IBM PC/AT system; identify the location and size of the upper memory area; Use operating system tools  more...
A+ Module 2 - System Configuration on-line e-learning cbt (computer based) ...run a BIOS setup program; describe the typical parameters stored in CMOS; identify the default use of the 16 interrupts in an IBM PC/AT system; identify the default use of the 8 DMA channels in an IBM PC/AT system; identify the default use of the I/O ports used by COM1, COM2, LPT1, LPT2 in an IBM PC/AT system; identify the location and size of the upper memory area; Use operating system tools  more...
tcw11--02/12/12-23:41:14-(12222)[B]-[A]-[A]