I am working in C# windows application and SQL I have one problem i.e I want to know that can we search data directly from database.
for table we write a queary = Select * from tablename.
like that is there is any queary to directly search from entire database tables.