Introduction to text manipulation on UNIX-based systems https://www.ibm.com/developerworks/aix/library/au-unixtext/index.html A basic tenets of UNIX philosophy is to create programs (or processes) that do one thing, and do that one thing well. It…
commands : show sys connect sys as sysdba or connect system as sysdba logout or disc clear screen or cle screen (utlsample.sql —> unlock scott tables.sql —> all tables data.sql —> add data into tables) connect scott/tiger start C:\utlsample.sq…
Hive Data Definition Language Hive Data Definition Language Overview Create/Drop/Alter Database Create/Drop/Truncate Table Alter Table/Partition/Column Create/Drop/Alter View Create/Drop/Alter Index Create/Drop Function Create/Drop/Grant/Revoke Roles…
Database API Introduction Basic Usage Selects Joins Aggregates Raw Expressions Inserts Updates Deletes Unions Introduction An improved Database API was recently added, which includes a QueryBuilder and a simple but powerful Model. Everything regardin…