Category Archives

SQL DBA

SQL DBA SQL statement for creating table space Syntax CREATE TABLESPACE <TablespaceName> DATAFILE '<Datafile Path>' SIZE 100M AUTOEXTEND ON...

SQL DBA

SQL DBA SQL statement for creating table space Syntax CREATE TABLESPACE <TablespaceName> DATAFILE '<Datafile Path>' SIZE 100M AUTOEXTEND ON...

SQL RENAME

SQL RENAME By using RENAME command, we can rename a table. The rename operation is done automatically. Which means...

SQL RENAME

SQL RENAME By using RENAME command, we can rename a table. The rename operation is done automatically. Which means...

SQL ALTER

SQL ALTER The structure of the table can be modified by using ALTER TABLE command. ALTER TABLE works by...

SQL ALTER

SQL ALTER The structure of the table can be modified by using ALTER TABLE command. ALTER TABLE works by...

SQL DELETE

SQL DELETE OPERATIONS The DELETE command deletes rows from the table that satisfies the condition provided by its WHERE...

SQL DELETE

SQL DELETE OPERATIONS The DELETE command deletes rows from the table that satisfies the condition provided by its WHERE...

SQL DISTINCT

In this tutorial post, we are going discussing how to Eliminating Duplicate Records from the table. SQL DISTINCT The...

SQL DISTINCT

In this tutorial post, we are going discussing how to Eliminating Duplicate Records from the table. SQL DISTINCT The...

SQL WHERE

SQL WHERE Statement In this tutorial post, we are going to discussing SQL WHERE statement in oracle data base....

SQL WHERE

SQL WHERE Statement In this tutorial post, we are going to discussing SQL WHERE statement in oracle data base....

Show Button
Hide Button