how to return query output in html format? : Sql dba
What does the hierarchical profiler does?
what is the difference between a web-garden and a web-farm? : Sql dba
How to get list of all tables from a database?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
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
Can ddl statements be used in pl/sql?
define different types of trigger. : Sql dba
What is the difference between inner join and left join?
How do I debug a stored procedure?
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
Can you create a table with Primary Key not as the clustered index.