how to return query output in html format? : Sql dba


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

Post New Answer

More SQL PLSQL Interview Questions

What does the hierarchical profiler does?

0 Answers  


what is the difference between a web-garden and a web-farm? : Sql dba

0 Answers  


How to get list of all tables from a database?

0 Answers  


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

0 Answers  


what is difference between procedure and function

10 Answers   MCN Solutions, Wipro,


i have a table t1 a math 20 b phy 30 cchemisty 10 a math 40 b phy 23 c che 21 a math15 bphy 33 c che 56 write a quire to find out the max markr of each subject

8 Answers  


Can ddl statements be used in pl/sql?

0 Answers  


define different types of trigger. : Sql dba

1 Answers  


What is the difference between inner join and left join?

0 Answers  


How do I debug a stored procedure?

0 Answers  


1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins

6 Answers   Sonata,


Can you create a table with Primary Key not as the clustered index.

2 Answers   CGI,


Categories