sábado, 10 de diciembre de 2011
Instalación oracle express 11g + Oracle SQL Developer
Descargar:
Oracle Express 11g http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
Oralce SQL Developer http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
Despues de instalar Oracle Express:
Para iniciar oracle express, ir a inicio, todos los programas, oracle database 11g express edition, entrar get started.
Oracle Sql Developer se ejecuta, y en los valores por defecto queda configurado para usarlo con oracle express.
miércoles, 5 de enero de 2011
Preparando el Examen 1Z0-051 Oracle Database 11g: SQL Fundamentals I
1.       Retrieving Data Using the SQL SELECT Statement
·         List the capabilities of SQL SELECT statements
·         Execute a basic SELECT statement
2.       Restricting and Sorting Data
·         Limit the rows that are retrieved by a query
·         Sort the rows that are retrieved by a query
·         Use ampersand substitution to restrict and sort output at runtime
3.       Using Single-Row Functions to Customize Output
·         Describe various types of functions available in SQL
·         Use character, number, and date functions in SELECT statements
4.       Using Conversion Functions and Conditional Expressions
·         Describe various types of conversion functions that are available in SQL
·         Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
·         Apply conditional expressions in a SELECT statement
5.       Reporting Aggregated Data Using the Group Functions
·         Identify the available group functions
·         Describe the use of group functions
·         Group data by using the GROUP BY clause
·         Include or exclude grouped rows by using the HAVING clause
6.       Displaying Data from Multiple Tables
·         Write SELECT statements to access data from more than one table using equijoins and nonequijoins
·         Join a table to itself by using a self-join
·         View data that generally does not meet a join condition by using outer joins
·         Generate a Cartesian product of all rows from two or more tables
7.       Using Subqueries to Solve Queries
·         Define subqueries
·         Describe the types of problems that the subqueries can solve
·         List the types of subqueries
·         Write single-row and multiple-row subqueries
8.       Using the Set Operators
·         Describe set operators
·         Use a set operator to combine multiple queries into a single query
·         Control the order of rows returned
9.       Manipulating Data
·         Describe each data manipulation language (DML) statement
·         Insert rows into a table
·         Update rows in a table
·         Delete rows from a table
·         Control transactions
10.   Using DDL Statements to Create and Manage Tables
·         Categorize the main database objects
·         Review the table structure
·         List the data types that are available for columns
·         Create a simple table
·         Explain how constraints are created at the time of table creation
·         Describe how schema objects work
11.   Creating Other Schema Objects
·         Create simple and complex views
·         Retrieve data from views
·         Create, maintain, and use sequences
·         Create and maintain indexes
·         Create private and public synonyms
