Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle sql drop table

DROP TABLE my_table;
-- To 'really' free space
DROP TABLE my_table PURGE;
Comment

Drop Table Oracle

DROP TABLE customers PURGE  
Comment

PREVIOUS NEXT
Code Example
Sql :: how to copy data of a table from another database to table of anaother database 
Sql :: snowflake alter column data type 
Sql :: create email address from first and last name in sql 
Sql :: convert float to int sql 
Sql :: O SGBD MySQL utiliza um schema próprio para o armazenamento das tabelas que compõem o dicionário de dados. Marque a alternativa que indica o nome do s 
Sql :: dirinfo.name my snippets in stored procedure 
Sql :: sql remove first character from string 
Sql :: copy all values of a column to another column in sql in same table 
Sql :: sql select roundup column 
Sql :: operator does not exist: integer = text 
Sql :: create table sql server auto increment primary key 
Sql :: How to select the nth row in a SQL database table? 
Sql :: mysql month name extract 
Sql :: oracle db create new schema 
Sql :: oracle split string 
Sql :: display total number of tables in mysql 
Sql :: truncate left characters mysql 
Sql :: how to get table structure in sql server 
Sql :: alter table change default 
Sql :: show tables in schema oracle 
Sql :: asp.net core with postgresql deploy on ubuntu 
Sql :: finding duplicate rows mysql 
Sql :: what is initial catalog in sql connection string 
Sql :: MySql get primary keys of table 
Sql :: oracle ora-00054 find 
Sql :: oracle asynchronous update 
Sql :: mysql data types 
Sql :: mysql create table like 
Sql :: oracle last day of month 
Sql :: sql create table if not exists 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =