What is difference between mysql and postgresql?


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

Post New Answer

More SQL PLSQL Interview Questions

How to find last day of the month in sql query

4 Answers  


How do I find duplicates in sql?

0 Answers  


How can you create an empty table from an existing table?

0 Answers  


What is snowflake sql?

0 Answers  


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,






How do I run pl sql in sql developer?

0 Answers  


If we update a complex view, is base table will get update ?

2 Answers   Ardee Technologies, HCL,


What is the trigger in sql?

0 Answers  


how can create data base link for tow servers (scott schema) give examples plz

2 Answers  


Which constraints we can use while creating database in sql?

0 Answers  


Explain the methods used to protect source code of pl/sql.

0 Answers  


what is check constraint? : Sql dba

1 Answers  


Categories