79684

79684



About SQL

To perform many of its opcrations, EM Exprcss submits structurcd query languagc (SQL) statcments to thc databasc. SQL (pronounced like seąuel) is an industry-standard

English-like Computer programming languagc for querying and updating databases. The following is an example of a SQL query that lists information about countries in a countries table, which is owned by user hr:

SELECT COUNTRY_ID, COUNTRY_NAME FROM HR.COUNTRIES;

SQL is a powerful languagc that can also be used to perform a variety of databasc administration tasks. The following SQL statement creates thc database user nick and

assigns him a password of your choosing. rcprcscntcd by password:

CREATE USER nick IDENTIFIED BY password;

Whcn performing some administrative tasks in EM Exprcss. you can click Show SQL to sce thc SQL statcments that EM Exprcss generates and submits.



Wyszukiwarka

Podobne podstrony:
79595 skanuj0265 (3) Rozdział 10.Podstawy SQLCzym jest SQL? SQL, czyli Structured Query Language, to
SQL - Structured Query Language SQL - Structured Query Language (Strukturalny Język Zapytań) -specja
Wykład 5Strukturalny język zapytań (SQL - Structured Query Language) Algebraiczny rodowód - podstawo
Obsługa baz relacyjnych 6 Do obsługi baz relacyjnych służy nam SQL -Structured Query Language.
Laboratorium Bazy Danych 1 Język SQLWstęp Język SQL (Structured Query Language) jest najbardziej zna
SQL (ang Structured Query Language) - strukturalny język zapytań używany do tworzenia, modyfikowania
SQL SQL - Structured Query Language Język komunikacji użytkownika z oprogramowaniem zarządzającym
Najważniejsze narzędzie baz danych: SQL Structured Query Language, czyli strukturalny język
image001 MAN OFF A WHITE HORSE HOWARD L. MYERS l«0 buWi Ho w many of us would—if it came to the clin
3 6 The above review of negotiation tactics does not include all possibilities to put them into prac
73653 ipe 11 Isomefrics in Your Daily Life Many of us do not have the timc. opportunity or dctcrmina
Rys103 The neutral performance models of the part is then subjected to various manufacturing analy
THE BEE AND ITS IMPORTANCEWhy does the honeybee matter?(Which (foodh J)epond on JfeaA? Many of the f
About SQL Developer Oracle SQL Dcveloper is a graphical version of SQL*Plus that givcs databasc admi

więcej podobnych podstron