how can we find the number of rows in a table using mysql? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

Can delete statement be rollbacked?

0 Answers  


what is organisational index?

1 Answers  


Explain the the delete statements in sql?

0 Answers  


Can we perform dml in function?

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,






How to create an array in pl/sql?

0 Answers  


What are the types of SQL Statement?

3 Answers  


what is Difference between Having and Where clause?

5 Answers   IBM,


Explain what is a view?

0 Answers  


What are inner and outer joins examples of both?

0 Answers  


What are pl sql procedures?

0 Answers  


What is the difference between sql/pl-sql/embeded sql?

3 Answers  


Categories