How to check table values in sql server?



How to check table values in sql server?..

Answer / Rajiv Ranjan Kumar

To view the data (values) of a table in SQL Server, you can use the SELECT statement. For example: SELECT * FROM myTable; will return all columns and rows of the 'myTable' table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?

1 Answers  


what is the difference between table and view

1 Answers  


I have to display ten columns values from diffrent ten tables. how many joins are require?

10 Answers   CarrizalSoft Technologies, HCL,


what is a transaction? : Sql server database administration

1 Answers  


What are the advantages to use stored procedures?

1 Answers   Ernst Young,


What is the sql profiler?

1 Answers  


What are xml indexes?

1 Answers  


What is an indexing technique?

1 Answers  


Explain the collation?

1 Answers  


List down some advantages of sql stored procedure?

1 Answers  


How to provide values to stored procedure parameters in ms sql server?

1 Answers  


What is meant by referential integrity?

1 Answers   Blue Star,


Categories