Quality Testing

Quality is delighting customers

1)How to fetch all the tables from DB  using sql statement?
2) What is "\" in Sql server?(Ex SQL>\)
3) SQL>@ABC  While running above statement what will you get the result?
4)How to delete the 3row 3rd column in a table? without giving any value?

Tags: Reply, answers, me, the

Views: 9

Reply to This

Replies to This Discussion

Hi, Thx mohan.
Hi Lakshmi to fetch all the tables from DB using sql statement you can use
select * from tab;
I think select * from tab is for Oracle !! Does it also works in SQL server ? Moreover it may fetch all tables from tyeh base directory/ db......One needs to be within a particular database to fetch the table names from that very database...!!

Please correct me if I m wrong!!
Hi,
U can also use "sp_tables" command for getting tables.


Chandan

RSS

TTWT Magazine

Advertisement

You Can


Call for Articles

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service