Which object is not created with the basic sql command?

Copper Contributor

Which of the following objects cannot be created with basic SQL commands?

 

A) Table  B) Database  C) Index  D) Procedure  E) View

2 Replies
Hi,
All of this objects can be created by using basic SQL Commands

Regards

@kagan1746 Interview question? And what is meant with "basic SQL commands"

All objects can be created with DDL SQL commands.