• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

16 Cards in this Set

  • Front
  • Back
Structured Query Language
Which is one of the most popular and widely used languages for retrieving and manipulating database data
Breadcrumb
SQL Commands references at the top of the SQL editor pane
Create Table
Command to describe the layout of a table
Data Type
indicates the type of data that the column can contain
as well as the maximum number of characters or digits that the column can store
Drop Table
You can delete the entire table using
Command and then re-create table using the correct CREATE Table command
Data Type
To use to store the type of data that the column will contain
Null Data Value
This special Value
Simply a null
Not Null
Clause in a CREATE Table command to indicate columns that cannot contain null values
Insert
Command adds rows to a table
Select
To view the data in table use the command
Update
make changes in table in a particular column
Delete
When you need to delete a row from a table you can use
Script File
in many DBMSs you save commands in a
Script
Which is a text file with the .sql filename extension
Script Repsitory
When you use Oracle to create a script, Oracle stores the script in a special location
Describe
In Oracle, you can use the
To list all the columns in a table and their properties