What is DDL in MySQL?
In MySQL, DDL is the short form for Data Definition Language, which is used in database schemas and descriptions while deciding how data should reside in the database.
A list of DDL Queries:
CREATE
ALTER
DROP
TRUNCATE
COMMENT
RENAME
| Is This Answer Correct ? | 0 Yes | 0 No |
What are triggers mysql?
A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.
What are the differences between char and nchar?
What is the difference between mysql_connect and mysqli_connect?
Is pdo faster than mysqli?
What is 1nf 2nf 3nf?
How to run a sql statement?
Explain the difference between delete and truncate.
What is pdo :: fetch_assoc?
Can I use mysql for free?
How do I run mysql from command line?
Explain what is mysql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)