Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 9

B

Description et donnes des tables

Table COUNTRIES DESCRIBE countries

SELECT * FROM countries;

Le langage SQL et loutil iSQL - B-2

Table DEPARTMENTS DESCRIBE departments

SELECT * FROM departments;

Le langage SQL et loutil iSQL - B-3

Table EMPLOYEES DESCRIBE employees

SELECT * FROM employees;

Le langage SQL et loutil iSQL - B-4

Table EMPLOYEES (suite)

Le langage SQL et loutil iSQL - B-5

Table JOBS DESCRIBE jobs

SELECT * FROM jobs;

Le langage SQL et loutil iSQL - B-6

Table JOB_GRADES DESCRIBE job_grades

SELECT * FROM job_grades;

Le langage SQL et loutil iSQL - B-7

Table JOB_HISTORY DESCRIBE job_history

SELECT * FROM job_history;

Le langage SQL et loutil iSQL - B-8

Table LOCATIONS DESCRIBE locations

SELECT * FROM locations;

Le langage SQL et loutil iSQL - B-9

You might also like