Loading...
SCE
Home
AI Assistant
Ask Anything
Categories
Python
C#
C++
C
Visual Basic
Java
JavaScript
HTML
CSS
SQL
Git
VIEW ALL
Other
Tags
What's Hot
Featured
I'm Feeling Lucky
Latest
SCE
Loading...
Sign Up
Log In
AI Assistant
Loading...
How do you use the CONCAT function to concatenate multiple strings into one?
RoseHrs
|
Jun 10, 2024
How do you create a table-valued parameter in a stored procedure?
SamPetr
|
Jun 10, 2024
How do you implement data compression on a table or index to save storage space?
RoseHrs
|
Jun 10, 2024
How do you use the CREATE USER statement to create a database user mapped to an asymmetric key?
EveClark
|
Jun 10, 2024
How do you use the CREATE VIEW statement to create a view with an INSTEAD OF trigger?
LeoRobs
|
Jun 10, 2024
How can you create an auto-increment column in SQL?
AliceWk
|
Jun 10, 2024
How do you use the OUTPUT INSERTED clause to capture inserted row data?
IreneSm
|
Jun 09, 2024
How do you use the FOR XML AUTO clause to generate XML from query results?
CarolTh
|
Jun 09, 2024
How do you use the DROP TABLE statement to delete a table?
MaryJns
|
Jun 09, 2024
How do you create and manage database indexes?
AliceWk
|
Jun 09, 2024
How do you use the DECRYPTBYCERT function to decrypt data with a certificate?
JackBrn
|
Jun 08, 2024
How do you use the SYSTEM_VERSIONING property to enable temporal tables for automatic history tracking?
OliviaWm
|
Jun 08, 2024
How do you use the INSTEAD OF trigger on a view to make it updatable?
QuinnLw
|
Jun 08, 2024
How do you use the HIERARCHYID data type methods (e.g., GetAncestor(), GetDescendant()) to work with hierarchical data?
JackBrn
|
Jun 08, 2024
How do you use the FOR JSON AUTO clause to generate JSON from query results?
JackBrn
|
Jun 08, 2024
How do you use the JSON_VALUE function to extract a value from a JSON string?
KarenKg
|
Jun 08, 2024
How do you use the SQL_VARIANT data type to store values of different data types in a single column?
GraceDv
|
Jun 08, 2024
How do you create a table with a column of type GEOGRAPHY?
MaryJns
|
Jun 08, 2024
How do you use the LOWER function to convert a string to lowercase?
LeoRobs
|
Jun 08, 2024
How do you use the UNPIVOT operator to transform columns into rows?
LeoRobs
|
Jun 08, 2024
How do you perform a conditional aggregation using the SUM() function with CASE statements?
PaulAnd
|
Jun 08, 2024
How do you perform a full outer join in SQL?
SamPetr
|
Jun 08, 2024
How do you use the ALTER AGGREGATE statement to modify an existing aggregate function?
BobHarris
|
Jun 08, 2024
How do you manage cursor performance and avoid common pitfalls like excessive resource usage?
FrankMl
|
Jun 08, 2024
How do you use the OPENJSON function to parse JSON data in SQL Server?
AliceWk
|
Jun 07, 2024
How do you use the THROW statement to raise an error and terminate a batch?
QuinnLw
|
Jun 07, 2024
How do you use the OPENROWSET function to access data from a remote data source?
JackBrn
|
Jun 07, 2024
How do you use the STRING_ESCAPE function to safely escape special characters in a string?
JackBrn
|
Jun 07, 2024
How do you write a query to find all employees who have the same job title as their managers?
AliceWk
|
Jun 07, 2024
How do you use the CREATE INDEX statement with the PARTITION clause to create a partitioned index?
PaulAnd
|
Jun 07, 2024
How do you use the COALESCE function with multiple columns to handle NULL values?
JackBrn
|
Jun 06, 2024
How do you use the CAST and CONVERT functions to handle date and time data types?
LeoRobs
|
Jun 06, 2024
How do you use the CHECKSUM_AGG function to calculate a checksum value for a group of rows?
SamPetr
|
Jun 06, 2024
How do you use the IMAGE data type to store large binary data?
AliceWk
|
Jun 06, 2024
How can you use TRIGGERS to automatically perform actions in response to changes in data?
TinaGrn
|
Jun 06, 2024
How do you use the ALTER INDEX statement to rebuild or reorganize an index?
SamPetr
|
Jun 06, 2024
How do you use the GETDATE function to get the current date and time?
HenryPk
|
Jun 05, 2024
How do you create a column with a default value in SQL Server?
DavidLee
|
Jun 05, 2024
How do you use the TRY_PARSE function to convert string data to datetime values with culture-specific formats and error handling?
SamPetr
|
Jun 05, 2024
How do you use the ALTER TABLE statement to drop a constraint from an existing table?
LeoRobs
|
Jun 05, 2024
How do you use the CTE (Common Table Expression) to simplify complex queries and improve readability?
BobHarris
|
Jun 05, 2024
How do you use the CREATE USER statement to create a database user mapped to a SQL Server login?
SamPetr
|
Jun 05, 2024
How do you use the DECODE function in SQL?
LeoRobs
|
Jun 04, 2024
How do you use the LIKE operator with wildcards to perform pattern matching?
SamPetr
|
Jun 04, 2024
How do you use the IN keyword to filter results based on a list of values?
TinaGrn
|
Jun 04, 2024
How do you use the STUFF function to replace a part of a string with another substring?
CarolTh
|
Jun 04, 2024
How do you use SP_RENAME to rename columns?
IreneSm
|
Jun 04, 2024
How do you write a query to return rows where a column value falls within a specific range?
MaryJns
|
Jun 03, 2024
How do you use the VARBINARY data type to store variable-length binary data?
AliceWk
|
Jun 03, 2024
How do you use the SYSTEM_USER function to retrieve the current user name?
TinaGrn
|
Jun 03, 2024
How can you use SP_WHO to get information about current users and processes?
KarenKg
|
Jun 03, 2024
How do you create a sequence to generate unique numeric values?
AliceWk
|
Jun 03, 2024
How do you use the WITH clause to define a CTE?
HenryPk
|
Jun 03, 2024
How do you create and use a cursor to iterate over a result set row by row?
LeoRobs
|
Jun 03, 2024
How do you use the DROP PARTITION SCHEME statement to delete a partition scheme?
JackBrn
|
Jun 03, 2024
How do you use the BETWEEN keyword to filter results within a specified range?
IreneSm
|
Jun 02, 2024
How do you use the PATINDEX function to find the position of a pattern in a string?
RoseHrs
|
Jun 02, 2024
How do you use the UPPER function to convert a string to uppercase?
PaulAnd
|
Jun 02, 2024
How do you use the DENY statement to deny permissions to a user or role?
SamPetr
|
Jun 02, 2024
How do you use the TIMEFROMPARTS function to create a time value from individual hour, minute, and second values?
RoseHrs
|
Jun 02, 2024
How do you use the FETCH NEXT, FETCH PRIOR, FETCH FIRST, and FETCH LAST statements with a cursor?
LeoRobs
|
Jun 02, 2024
How do you use the RANK() function to assign ranks to rows within the result set of a query?
PaulAnd
|
Jun 02, 2024
How do you handle time zone data in SQL?
MaryJns
|
Jun 02, 2024
How do you use the ALTER ASSEMBLY statement to modify an existing assembly?
LeoRobs
|
Jun 02, 2024
How do you use the DISTINCT keyword to eliminate duplicate rows in a result set?
FrankMl
|
Jun 02, 2024
How do you use the ASCII function to return the ASCII code for a given character?
AliceWk
|
Jun 01, 2024
How do you use the CREATE AGGREGATE statement to create a new user-defined aggregate function?
LeoRobs
|
Jun 01, 2024
How do you use the TRY_CAST function to safely convert data types?
QuinnLw
|
Jun 01, 2024
How do you use the FORMAT function to format numeric values with specific formatting options?
HenryPk
|
Jun 01, 2024
How can you find the second highest salary from an employee table?
RoseHrs
|
Jun 01, 2024
How do you use the CONVERT and CAST functions to change data types?
FrankMl
|
Jun 01, 2024
How can you use the ROW_NUMBER() function to assign a unique row number to each row?
MaryJns
|
Jun 01, 2024
How do you implement row-level security in SQL Server?
QuinnLw
|
Jun 01, 2024
How do you use the ALTER FUNCTION statement to modify an existing function?
KarenKg
|
Jun 01, 2024
How do you write a query to find the second highest salary from the Employees table?
MaryJns
|
Jun 01, 2024
How to delete all records from a table using SQL
SceDev
|
Feb 10, 2024
SQL Display two digits after decimal point
SceDev
|
Feb 08, 2024
Create, Backup, Delete and Restore a simple database SQL
Samath
|
Jan 20, 2024
Transaction System Database using SQL
Samath
|
Jan 20, 2024
Company Database using SQL
Samath
|
Jan 18, 2024
Prev
1
2
3
4
5
6
Next