What does := mean in pl sql?



What does := mean in pl sql?..

Answer / Shahnawaz Ali

In PL/SQL, `:=` is the assignment operator, used to assign a value to a variable. For example: `my_variable := 42;` would set the value of `my_variable` to `42`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is outer join? what is selef join? what is difference between them? what is cartecion join?

1 Answers   Fiserv, Herbinger, Synechron,


How many rows will return from dual table?

4 Answers   Fujitsu,


what is difference between procedure and function, procedure and trigger?

8 Answers   iFlex,


What are sql injection vulnerabilities?

1 Answers  


What do you mean by dbms? What are its different types?

1 Answers  


What are different types of tables in sql?

1 Answers  


how to calculate expressions with sql statements? : Sql dba

1 Answers  


what is called after appearing where clause

3 Answers  


what is “go” in t-sql? : Transact sql

1 Answers  


What is a schema sql?

1 Answers  


What is serial sql?

1 Answers  


how to enter characters as hex numbers? : Sql dba

1 Answers  


Categories