What is the difference between numeric and autonumber?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is sql used for?

0 Answers  


what is the command used to fetch first 5 characters of the string? : Sql dba

0 Answers  


What is difference between mysql and postgresql?

0 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


Which sorts rows in sql?

0 Answers  






Can a trigger call a stored procedure?

0 Answers  


What is sequence in sql?

0 Answers  


What are the syntax and use of the coalesce function?

0 Answers  


What is sql character function?

0 Answers  


what is difference between stored procedures and application procedures,stored function and application function?

1 Answers  


What is write ahead logging in sql server?

0 Answers  


Is sql a backend language?

0 Answers  


Categories