Budget Ids

Budget Ideas (Instructional Design, E-Learning and things I love)

August 23rd, 2016

Oracle Database Basics

You should know: What is a database? What is a table? DDL Data Definition Language are commands that change the structure of the table. Create CREAT TABLE Drop – Delete DROP TABLE Change structure of table or object ALTER TABLE DML Data  Manipulation Language Insert INSERT into TABLE (name of table) Read SELECT * TABLE […]