Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql commands

Some of The Most Important SQL Commands
SELECT - extracts data from a database
UPDATE - updates data in a database
DELETE - deletes data from a database
INSERT INTO - inserts new data into a database
CREATE DATABASE - creates a new database
ALTER DATABASE - modifies a database
CREATE TABLE - creates a new table
ALTER TABLE - modifies a table
DROP TABLE - deletes a table
CREATE INDEX - creates an index (search key)
DROP INDEX - deletes an index
Comment

sql basic commands

du 
/list users and their attributes

conninfo
/connection info

l
/list databases their owners and other attributes
Comment

PREVIOUS NEXT
Code Example
Sql :: duplicate a column in sql 
Sql :: select from table and insert into table in sql 
Sql :: sql year 
Sql :: sql where statement 
Sql :: sql query examples 
Sql :: mysql client onnection error 
Sql :: mov volume before build 
Sql :: UPDATE SQL RAHULDEV 
Sql :: mssql xml 
Sql :: make a socket server to detect changes in mysql 
Sql :: sqlalchemy get sql 
Sql :: how to select only first 3 characters in sql 
Sql :: SQL MAX() and MIN() with Strings 
Sql :: recursive stored procedure in sql server 
Sql :: SQL BETWEEN OPERATOR With Texts 
Sql :: how to update date in oracle 
Sql :: TSQL Find csv file in folder 
Sql :: sql server search all databases for objects 
Sql :: cassandra query example 
Sql :: tornado_mysql 
Sql :: sql query between datetime 
Sql :: db: vertex.nedb() 
Sql :: pgsql commit rollback example 
Sql :: postgres create table like another table 
Sql :: insert data mysql with cmd 
Sql :: cara menampilkan tabel yang tidak mengandung kata di sql server 
Sql :: oracle max field name length 
Sql :: OLAP queries 
Sql :: syntac for creating view in dbbrowser 
Sql :: how much space does sql server take per row 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =