hi, may i know what is the command to get abstract the current month, current year and current day from a given date.i want these three in a isolated way..seperatedly is that any way in sql server 2000
3 6541How to write query to Delete the records in child table and corresponding records in parent table
11 34975Is it possible to have more then one foreign key in a single table? if possible, is this the good way to design the table?
2 6928Assume,there are three tables in a database, Can i have both primary key and foreign key for each table in the same database?
4 8778
What is a primary index?
State the difference between local and global temporary tables?
How to generate create procedure script on an existing stored procedure?
What is triggers and its types?
How can you check the level of fragmentation on a table?
What is the tcp/ip port on which sql server runs?
Explain the different types of joins?
Characterize join and name diverse sorts of joins?
Define views.
Explain the first normal form(1nf)?
Give the query of getting last two records from the table in SQL SERVER?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
How to insert and update data into a table with "insert" and "update" statements?
How to insert multiple rows with a subquery?
What is the guest user account in sql server? What login is it mapped to it? : sql server security