• Welcome
  • Back
  • Services
    • Services
    • Back
    • Sign up
    • RSS
    • Login
    • Last Posts
    • Contact us
  • Channels
    • Channels
    • Back
    • Java
    • Front-end web
    • Mobile
    • Database
    • PHP
  • Courses
    • Courses
    • Back
    • Front-end
    • Mobile
    • Database
    • All courses
  • Publish your Post
MrBool - Free Online Courses for Software Developers MrBool
Login
Login with facebook
login Sign up Forgot my password
MrBool Search
Google Search

Search results

09/27/2016 Article
Reference Guide: NoSQL Databases
NoSQL is an alternative to relational databases that is optimized to work with non-structured data and large data volume, while maintaining high availability and performance. In this guide you will find more informations about NoSQL databases.
10/29/2015 Article
Working with Triggers in PostgreSQL
In this article we will learn in practice the use of triggers in PostgreSQL 9.4 database, and learn how to use the rules.
09/26/2015 Article
Working with Stored Procedures in PostgreSQL
In this article we will see a brief overview around working with stored procedures with PostgreSQL.
08/31/2015 Article
Using Functions in PostgreSQL
In this article we will see how to create a custom audio player for the web environment using only jQuery and audio plugins.
08/27/2015 Article
NoSQL vs NewSQL: BigData in Details
In this article we will see a complete discussion regarding these two new BigData methodologies: NoSQL and NewSQL, their main features and principles.
04/30/2015 Article
Saving Geolocation data with Google Maps API and MongoDB
See in this article how to develop an application based on geographic data using Google Maps API and MongoDB. The application consists of a page on which we will enter the location of taxi passengers and another where we will see a map.
03/31/2015 Article
NoSQL: An Overview to the Non-Relational Database
In this article we are going to see a complete overview regarding the development with NoSQL and its references to Non-relational Databases.
03/30/2015 Article
Stored Procedures and Functions in MySQL with PhpMyAdmin
See this article how to use Stored Procedures and Functions in MySQL using PhpMyAdmin tool, with some real scenarios.
01/28/2015 Article
SQL Server: How to Perform Data Encryption
This article, through contextualization and simple examples, discusses best practices regarding encryption for sensitive data protection inside and outside the organization.
11/27/2014 Pocket Video
Dates and Times in SQL Server
In this video, We will talk about dates and times in SQL Server. The purpose of this video is to get you familiar with the dates and times (and their functions), so you can get the data that you need (and only the data that you need).
08/29/2014 Video tutorial
Database Links - Oracle PL SQL Course - Lesson 40
This video discuss the details demanded to setup the environment to establish a remote connect to a database server, which can be another Oracle instance or any other database that has an ODBC driver.
08/25/2014 Video tutorial
The SQL*Loader - Oracle PL SQL Course - Lesson 39
Importing files with textual data in CSV format into the Oracle is performed by utility called SQL*Loader. This video shows how to work with these files using the import control files of SQL*Loader by using examples.
07/30/2014 Video tutorial
Importing and exporting data - Oracle PL SQL Course - Lesson 38
Oracle has many tools and utilities to perform the import and export data into and from a database. This video shows how to use the IMP and EXP command line utilities to import and export, respectively, data to and from Oracle tables.
07/28/2014 Video tutorial
Schedule Task: Job Mechanism - Oracle PL SQL Course - Lesson 37
This video explains how to create a job in Oracle to be executed once using the procedures and functions of the DBMS_JOB package.
07/23/2014 Video tutorial
User access - Oracle PL SQL Course - Lesson 36
This video explains the authorization aspects of Oracle by describing the privilege and access management for system privileges and object privileges.
06/04/2014 Video tutorial
Managing dependencies - Oracle PL SQL Course - Lesson 35
This video explain the scenarios and situations where object dependency is an issue in Oracle and provide some examples that show how an object can be invalid because of a broken chain on dependency.
06/02/2014 Video tutorial
Working with binary data - Oracle PL SQL Course - Lesson 34
This video discuss some aspects regarding the storage of binary files inside and outside (on the file system) Oracle.
06/01/2014 Video tutorial
Oracle Automatic Workload Repository (AWR) - Oracle PL SQL Course - Lesson 33
This video shows how to enable the AWR, create a new snapshot and generate a report based on an initial and final snapshot.
05/28/2014 Video tutorial
The Oracle FlashBack - Oracle PL SQL Course - Lesson 32
In this lesson we can see how to enable and work with the Oracle Flashback to look on a past state of the database.
05/26/2014 Video tutorial
Table Statistics - Oracle PL SQL Course - Lesson 31
This video explain how are statistics and histograms and how why they are important. The examples show how to gather the statistics using the ANALYZE command and check the blocks size allocation in the DBA_TABLES and the DBA_INDEXES views.
05/20/2014 Video tutorial
SQL Trace, TKPROF and Autotrace - Oracle PL SQL Course - Lesson 30
This video explains how to capture a simple trace in order to analyze the execution plan and other statistics from the SQL statements sent to Oracle.
05/15/2014 Video tutorial
The SQL execution plan - Oracle PL SQL Course - Lesson 29
This video explains the details of the execution plan and shows how to generate an execution plan for a SQL statement.
05/14/2014 Video tutorial
Triggers - Oracle PL SQL Course - Lesson 28
This video explain the trigger concept and show the details of timming, event, type, when clause, firing sequence, :NEW and :OLD qualifiers, and the internal DELETING, INSERTING and UPDATING variables.
05/08/2014 Video tutorial
Dynamic SQL and System Packages - Oracle PL SQL Course - Lesson 27
This video shows how to create and run dynamic SQL statements using the EXECUTE IMMEDIATE command with its options to assign variables and store the ResultSet.
05/02/2014 Video tutorial
Packages - Oracle PL SQL Course - Lesson 26
This video shows how to organize the objects inside packages by describing and showing how to create package specifications and package bodies.
05/02/2014 Video tutorial
Managing subprograms - Oracle PL SQL Course - Lesson 25
This video shows how to visualize the source code of subprograms by visualizing the content of the USER_OBJECTS and USER_SOURCE views.
04/29/2014 Video tutorial
Creating Functions - Oracle PL SQL Course - Lesson 24
This video will discuss the details about the creation of functions in Oracle: the differences from procedures, the type of return values, what can and cannot be inside a function, the parameters types and how to execute the functions.
04/29/2014 Video tutorial
Creating procedures - Oracle PL SQL Course - Lesson 23
This video discuss about the following advantages of procedures in Oracle: modularity, reusability, extensibility, maintainability, data security, integrity, improved performance and code clarity.
03/31/2014 Video tutorial
Handling exceptions - Oracle PL SQL Course - Lesson 22
This video discusses how to proper handle the messages generated by Oracle when an error happens inside PL/SQL block by using the EXCEPTION clause.
03/31/2014 Video tutorial
Working with Cursors- Oracle PL SQL Course - Lesson 21
This video shows how to create, open, manipulate and close implicit and explicit cursor inside a PL/SQL block to perform row-based operations.
  •  1 
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • next ►
  • order by:
  • + Relevant
  • + Recent
  • by kind:
  • All
  • Articles
  • Video tutorials
  • Online Courses
  • by channel:
  • All
  • .net
  • Java
  • SQL
  • Delphi
  • webDeveloper
Mr.Bool - Java, .Net, Database, Scripting and Delphi courses
Contact us|Publish your post
MrBool - Place for software developers
MrBool.com
Copyright 2016 - all rights reserved to www.web-03.net