what is primary key? : Sql dba
How many sql commands are there?
What is the diff between Truncate table / delete <table name> purge
How to add new employee details in an employee_details table with the following details
Is primary key is clustered index?
What is memory optimized?
Suppose I have to create a view on a table, that is not yet been created by DBA. I khow the table structure. Is it possible to create the view before DBA creates this table? If yes then how? Is it possible to create synonym in this way?
What is recursive stored procedure?
How do I view a sql database?
how will you find out the last three records in a table with n no of records and delete them
What is the maximum rows in csv?
i have one table with accounts and amounts as colums.accounts with columns c and d. and amounts with values 1000,2000,3000 for c and 4000,5000,8000 for d.i need to find the sum of these accounts c and d individually and find the differences between their sum using one select statement.
I want to know the difference between A Record Type and a Table.