Answer Posted / tharanath.n
A SQL statement is dynamic if it is constructed
at runtime and then executed.
we can use ddl commands by dynamic sql, without we can't
use.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Write a sql select query that only returns each name only once from a table?
what is index? : Sql dba
explain commit and rollback in mysql : sql dba
Explain foreign key in sql?
Explain alias in sql?
Why do we use procedures in sql?
What are the different types of joins in sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is the difference between left join and right join?
What is the difference between database trigger and stored procedure?
How can you select unique records from a table?
What is coalesce sql?
What is Collation Sensitivity ? What are the various type ?
Is sql developer case sensitive?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?