About 639,000 results
Open links in new tab
  1. 19 Using SQL Commands - Oracle

    19 Using SQL Commands. This section provides information on how to use SQL Commands within Oracle Database Express Edition (Oracle Database XE) to create, edit, view, run, and delete SQL commands. This section contains the following topics: What is SQL Commands? Accessing SQL Commands. Executing a SQL Command. Saving a SQL Command. Copying a ...

  2. A Using SQL Command Line - Oracle

    SQL Command Line (SQL*Plus) is a command-line tool for accessing Oracle Database XE. It enables you to enter and run SQL, PL/SQL, and SQL*Plus commands and statements to: Query, insert, and update data. Execute PL/SQL procedures. Examine table and object definitions. Develop and run batch scripts. Perform database administration

  3. How to connect to particular database in Oracle 10g

    Jun 28, 2011 · In this example TNS_ALIAS is the TNS alias for the particular database you want to connect to (most likely "XE" based on your followups to inium's answer). If you want to connect to a different database, you would need to specify a TNS alias for that specific database.

  4. Oracle Database Commands Cheat Sheet - rameshfadatare.com

    Jul 17, 2024 · Understanding Oracle SQL commands is essential for managing and querying Oracle databases efficiently. This cheat sheet provides a quick reference to some of the most commonly used Oracle SQL commands. Retrieves data from a database. Adds new records to a table. Modifies existing records in a table. Removes records from a table.

  5. Oracle Database/SQL Cheatsheet - Wikibooks

    Mar 6, 2025 · This "cheat sheet" covers most of the basic functionality that an Oracle DBA needs to run basic queries and perform basic tasks. It also contains information that a PL/SQL programmer frequently uses to write stored procedures.

  6. Following are two lists of typographical conventions that are used specifically within text or within code. Typographic Conventions Within Text Convention Object or Term Example Uppercase Commands, Use the SELECT command to view functions, information stored in the LAST_NAME column names, column of the employeestable. PL/SQL objects, schemas

  7. Oracle 10g Express SQL Command Line - Oracle Forums

    Sep 11, 2008 · I've downloaded 10g Express (XE) and have figured out alot about how exactly to use the SQL Command Line window. But there's stuff such as copy and paste and interrupting query results that I can't find documented anywhere at all!!

  8. exercises about a particular concept in SQL and how it is implemented in ORACLE 10g. On completion of this 10 week lab guide you will be able to: • Create a simple relational database in ORACLE 10g • Insert, update and delete data the tables • Create queries using basic and advanced SELECT statements

  9. 19 Using SQL Commands - Oracle

    You can use SQL Commands to create, edit, view, run, and delete SQL commands. A SQL command can contain SQL statements or PL/SQL blocks. When using SQL Commands, remember the following: SQL commands created in the Query Builder can be accessed in SQL Commands. Saved SQL commands must have names unique within a given workspace.

  10. In this course, students use Oracle SQL Developer on Linux as the main development tool. Learn to: Use SQL Statements to retrieve data from tables Create and Manage Tables Employ SQL functions to generate and retrieve customized data Run data manipulation statements (DML) to update data in the Oracle Database 10g Audience

Refresh