What is delimiter sql?



What is delimiter sql?..

Answer / Iqra

A delimiter is a character that separates different parts of SQL statements. The most common delimiters are semicolons (;) which separate statements and commas (,) which separate elements within lists or columns.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are expressions?

1 Answers  


Can we have exception part in trigger ?

1 Answers  


How to revise and re-run the last sql command?

1 Answers  


what is the difference between $message and $$message? : Sql dba

1 Answers  


What is clustered and nonclustered index in sql?

1 Answers  


Is sql considered coding?

1 Answers  


How do you modify a trigger?

1 Answers  


What is Histogram?

1 Answers   NIIT,


Is sql harder than python?

1 Answers  


Why do we need cursors in pl sql?

1 Answers  


How to fetch values from testtable1 that are not in testtable2 without using not keyword?

1 Answers  


In a package if we have 10 procedures or functions,How to know which will execute first?

1 Answers   Sollet Soft,


Categories