About 694,000 results
Open links in new tab
  1. How to use the SQL Worksheet in SQL Developer for Basic SQL Syntax - Oracle

    Oracle SQL Developer provides a SQL Worksheet that you can use to query data, by writing simple or complex SQL statements. In this How-To, we look at the most basic of these, select all the data in a table, and restricting this query by reducing the columns or rows you retrieve.

  2. Getting Started with Oracle SQL Developer 4.0

    Oracle SQL Developer is a free graphical tool that enhances productivity and simplifies database development tasks. Using SQL Developer, you can browse database objects, run SQL statements, edit and debug PL/SQL statements and run reports, whether provided or created.

  3. Oracle Sample Database - Oracle Tutorial

    To create this database for practicing, you follow the creating the Oracle Sample Database tutorial. We provide you with an Oracle sample database named OT which is based on a global fictitious company that sells computer hardware including …

  4. Sample PL/SQL Programs - Oracle

    You run some samples interactively from SQL*Plus, others from Pro*C programs. You can experiment with the samples from any Oracle account. However, the Pro*C examples expect you to use the scott/tiger account. Before trying the samples, you must create some database tables, then load the tables with data.

  5. How do I use variables in Oracle SQL Developer?

    Below is an example of using variables in SQL Server 2000. I want to do the exact same thing in Oracle using SQL Developer without additional complexity. It seems like a very simple thing to do, but I can't find a simple solution. How can I do it? As a stored procedure or as a script?

  6. SQL Developer Tutorial: Creating Objects for a Small Database

    In this tutorial, you will use SQL Developer to create objects for a simplified library database, which will include tables for books, patrons (people who have library cards), and transactions (checking a book out, returning a book, and so on). Many …

  7. How to generate an entity-relationship (ER) diagram using Oracle SQL ...

    Jul 5, 2011 · I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool. What is the process for creating an ER diagram in SQL Developer? You also can do it using ER Diagram Tool in dbForge Studio for Oracle. Try free Express edition. Create a diagram for existing database schema or its subset as follows:

  8. Oracle SQL Queries: Basic Exercises with Solution

    Mar 8, 2024 · Write a Oracle SQL query to display the department number and total salary for each department.

  9. 4.4 Examples - docs.oracle.com

    This section provides examples that make some assumptions around connections and source schemas, and depend on having connections created. This example consists of a single development schema and a single production schema.

  10. Oracle SQL Developer Resource Page for ThatJeffSmith

    Welcome to my resource page for Oracle SQL Developer. Instead of asking you to dig through almost 500 archive posts, I have curated a collection to help get you started. SQL Developer is the IDE for the Oracle database. Here’s what you need to know to do more work in less time with fewer clicks! P.S.

  11. Some results have been removed