How do I quit sql?
No Answer is Posted For this Question
Be the First to Post Answer
How to use boolean type in select statement?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Can a foreign key have a different name?
What is rank () in sql?
What are the types of queries in sql?
Which are the different case manipulation functions in sql?
Can a table contain multiple primary key’s?
Which are the different types of indexes in sql?
How do you retrieve set of records from database server. {Set max records = 100 & use paging where pager page no or records = 10 & after displaying 100 records again connect to database retrieve next 100 }
What is pivot table in sql?
take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...
State some properties of relational databases?