What is the difference between two queries: 1. SELECT * FROM table WHERE 1=1; 2. SELECT * FROM table
HP,
17 49807We create an index to fast the search. How it fast the query? Do we write any special keyword with query?
3 5681SQL stops working in every 15 days displaying message that database log file is full. Log file size is 3.95 GB. It is happening after shrinking the database also. What is solution to overcome this problem. Please help me as it's urgent.
5 8051Hi Can any one tell me the Good institute to learn SQL esp for Data Base Testing or SQL from scratch to the proficiency level in Hyederabad and facult also. Thankyou well in advance
6 7359we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz
6 9665in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
8 9425
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
How to use subqueries with the exists operators in ms sql server?
How is SQL Azure different than SQL server?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
What are sql servers used for?
How sql server executes a statement with nested subqueries?
What is the difference between getdate and sysdatetime?
How do you know if sql server is running on your local system?
What is the purpose of grouping data in a report?
What are the main sources of data?
How many joins in sql server?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
Is mysql the same as sql server?
How can you list all the table constraints in a database?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?