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...

Show Button
Hide Button