DT-CITL & परिदृश्य
Drop Table, Change Isolation Transaction Level & Scenario
https://learn.microsoft.com/en-us/sql/t-sql/statements/drop-table-transact-sql?view=sql-server-ver16
Change Isolation Transaction Level
Partitioned Tables and Indexes
Download Microsoft JDBC Driver for SQL Server
One Scenario Based Question
For example a single column in a table that is having either a single digit (0-9) or a single character (A-Z). Write a SQL query to print ‘Gold’ for a numeric value or ‘Silver’ for alphabetical value for all values in that column.
Example:
{'A', 'S', 'T', 3, 'M', 1, 6, 2 ,7,'V'}
... output:-
{'Gold','Gold','Gold','Silver','Gold','Silver', 'Silver', 'Silver','Silver','Gold'}
Best Regards
T. Amit Vaid S.
No comments:
Post a Comment