Sql DDL Part 1

'Insert ' is a ddl statement .

Which is not a ddl statement ?

Which statements are true about ddl ?

What is the right command for creating database ?

To make a new database, table, index which of the following we can use

Which is the correct format for create table ?

 

Which statements are true about 'Alter'  Statement ?

 

How to add Emp_Address column to emp table ?

How to add multiple column like Address and DOB , DeptNo to emp table?

To change the datatype of a column which is the correct statement