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 manage identity columns in SQL Server?
JackBrn
|
Jul 04, 2024
How do you fetch rows from an open cursor into local variables?
RoseHrs
|
Jul 04, 2024
How do you use cursors to perform calculations that depend on the values of previous rows in the result set?
BobHarris
|
Jul 04, 2024
How do you create a table with a column of type CHAR?
EveClark
|
Jul 04, 2024
How do you use the STUFF function to insert a string into another string?
NickCrt
|
Jul 04, 2024
How do you create a stored procedure that performs an INSERT operation?
RoseHrs
|
Jul 04, 2024
How do you use the BIT data type to store boolean values in SQL Server?
GraceDv
|
Jul 04, 2024
How do you create a trigger to automatically update a timestamp column on row updates?
FrankMl
|
Jul 04, 2024
How do you display the history of changes affecting a specific directory?
TinaGrn
|
Jul 04, 2024
How do you revert a file to a previous commit state while keeping other changes intact?
OliviaWm
|
Jul 04, 2024
What command is used to split a commit into multiple commits?
BobHarris
|
Jul 04, 2024
What command switches to a different branch?
OliviaWm
|
Jul 04, 2024
What is the command to show the tree structure of a specific commit?
HenryPk
|
Jul 03, 2024
How do you use the COUNT function to count the number of non-NULL values in a column?
QuinnLw
|
Jul 03, 2024
How do you create and manage partitions in SQL Server?
AliceWk
|
Jul 03, 2024
How can you use SP_TABLES to list all tables in a database?
FrankMl
|
Jul 03, 2024
What is the difference between DELETE and TRUNCATE commands?
LeoRobs
|
Jul 02, 2024
How do you create a unique index on multiple columns?
KarenKg
|
Jul 02, 2024
How do you use the DBCC SHOWCONTIG command to check the fragmentation of a table or index?
FrankMl
|
Jul 02, 2024
How do you use the TRY...CATCH block to handle errors in SQL Server transactions?
KarenKg
|
Jul 02, 2024
How do you create a table with a column of type VARCHAR(MAX)?
LeoRobs
|
Jul 02, 2024
How do you use the sp_settriggerorder system stored procedure to set the firing order of triggers?
RoseHrs
|
Jul 02, 2024
How do you use the LAG and LEAD functions to access previous and next row values in a result set?
QuinnLw
|
Jul 02, 2024
How do you use the EXISTS clause to check for the existence of rows in a subquery?
QuinnLw
|
Jul 02, 2024
How do you use the FORMATMESSAGE function to format messages with placeholders?
BobHarris
|
Jul 02, 2024
How do you use the LAG and LEAD functions with PARTITION BY to access previous and next row values?
KarenKg
|
Jul 02, 2024
What command is used to find when a specific file was first introduced into the repository?
DavidLee
|
Jul 02, 2024
How can you drop a specific stash?
KarenKg
|
Jul 02, 2024
How can you display the changes introduced by each commit, formatted as a summary of additions and deletions?
RoseHrs
|
Jul 01, 2024
How can you show the author of each commit in a log?
EveClark
|
Jul 01, 2024
What command shows the configuration settings in Git?
JackBrn
|
Jul 01, 2024
How do you create an annotated tag?
RoseHrs
|
Jul 01, 2024
How do you use the GROUPING SETS clause to generate multiple levels of aggregation in a single query?
LeoRobs
|
Jul 01, 2024
How do you use the INSTEAD OF trigger to perform custom actions instead of the standard actions on a table?
KarenKg
|
Jul 01, 2024
How do you use the HAVING clause to filter groups based on aggregate values?
KarenKg
|
Jul 01, 2024
How do you use the TOP or LIMIT clause to restrict the number of returned rows?
DavidLee
|
Jul 01, 2024
How do you use the MERGE statement to perform UPSERT operations?
BobHarris
|
Jul 01, 2024
How can you use the GROUPING SETS feature to generate multiple grouping sets?
PaulAnd
|
Jul 01, 2024
What are common ways to handle NULL values in SQL?
CarolTh
|
Jul 01, 2024
How can you perform an aggregate calculation over partitions using window functions?
AliceWk
|
Jun 30, 2024
How can you optimize a SQL query that is running slow?
GraceDv
|
Jun 30, 2024
How can you retrieve the top N rows from a table?
GraceDv
|
Jun 30, 2024
How do you use the LIKE operator to perform pattern matching?
MaryJns
|
Jun 30, 2024
How do you use the VARIANCE and STDEV functions to calculate statistical values?
SamPetr
|
Jun 30, 2024
How do you perform cross-database queries in SQL Server?
SamPetr
|
Jun 30, 2024
How do you use the CROSS APPLY and OUTER APPLY operators with table-valued functions?
QuinnLw
|
Jun 30, 2024
How do you use the CONCAT_WS function to concatenate strings with a separator?
OliviaWm
|
Jun 30, 2024
How do you use the SET STATISTICS TIME ON statement to display the time statistics for a query?
SamPetr
|
Jun 30, 2024
How do you use the ALTER TRIGGER statement to modify an existing trigger?
CarolTh
|
Jun 30, 2024
How do you use the CONCAT function to concatenate strings with NULL values?
PaulAnd
|
Jun 30, 2024
How do you use the QUOTENAME function to properly quote identifiers in SQL queries?
LeoRobs
|
Jun 30, 2024
How can you find and delete branches that have already been merged?
HenryPk
|
Jun 30, 2024
How can you add a message to a commit?
HenryPk
|
Jun 30, 2024
What command is used to archive a Git repository to a tar file?
PaulAnd
|
Jun 29, 2024
What command lists all commits in the current branch that are not in the upstream branch?
HenryPk
|
Jun 29, 2024
How do you perform a pivot operation using dynamic SQL?
FrankMl
|
Jun 29, 2024
How do you use the TRY_CONVERT function to convert data types with error handling?
LeoRobs
|
Jun 29, 2024
How do you use the ALTER TABLE statement to add a constraint to an existing table?
FrankMl
|
Jun 29, 2024
How do you implement optimistic concurrency control in SQL Server?
IreneSm
|
Jun 29, 2024
How do you use the GROUP BY clause with aggregate functions to summarize data?
AliceWk
|
Jun 29, 2024
How do you write a query to find records with missing foreign key references?
EveClark
|
Jun 28, 2024
How do you use the CUBE operator to generate cross-tabular reports?
OliviaWm
|
Jun 28, 2024
How do you use the IF...ELSE statement in a SQL script?
RoseHrs
|
Jun 28, 2024
How do you use the sp_fulltext_table system stored procedure to manage full-text indexes?
RoseHrs
|
Jun 28, 2024
How do you use the REVOKE statement to revoke permissions from a user or role?
CarolTh
|
Jun 28, 2024
How do you use the ALTER ROLE statement to drop a member from a database role?
PaulAnd
|
Jun 28, 2024
How do you use the DROP TABLE statement to delete an existing table from the database?
DavidLee
|
Jun 28, 2024
How do you use the HIERARCHYID data type to store hierarchical data in SQL Server?
PaulAnd
|
Jun 28, 2024
How do you use the FIRST_VALUE and LAST_VALUE functions to return the first and last values in an ordered set?
MaryJns
|
Jun 28, 2024
How do you use the NEWID and NEWSEQUENTIALID functions to generate unique identifier values in SQL Server?
KarenKg
|
Jun 28, 2024
How do you use the ROUND function to round numeric values to a specified precision?
HenryPk
|
Jun 28, 2024
How do you use the GEOGRAPHY data type methods (e.g., STDistance(), STIntersects()) to work with spatial data?
EveClark
|
Jun 28, 2024
How do you use the DROP PROCEDURE statement to delete a stored procedure?
JackBrn
|
Jun 28, 2024
How do you use the NEXT VALUE FOR clause to get the next value from a sequence object?
MaryJns
|
Jun 28, 2024
How do you display the raw contents of a commit?
OliviaWm
|
Jun 28, 2024
How can you show changes between the staging area and the working directory?
NickCrt
|
Jun 28, 2024
What command applies stashed changes?
QuinnLw
|
Jun 28, 2024
How can you revert a range of commits?
AliceWk
|
Jun 27, 2024
How do you display the history of changes that have affected a specific line or block of code?
FrankMl
|
Jun 27, 2024
How do you use the CHOOSE function to return a value from a list of values based on a specified index in SQL Server?
SamPetr
|
Jun 27, 2024
How do you create a new branch based on a specific commit?
OliviaWm
|
Jun 27, 2024
How do you use the CREATE TYPE statement to create a new user-defined data type?
PaulAnd
|
Jun 27, 2024
How do you use the OPENJSON function to parse JSON data into rows and columns?
DavidLee
|
Jun 27, 2024
How do you use the FOR XML PATH clause to generate custom XML from query results?
LeoRobs
|
Jun 27, 2024
How do you use the CHECKSUM and BINARY_CHECKSUM functions to verify data integrity?
RoseHrs
|
Jun 27, 2024
How can you create and use temporary tables?
PaulAnd
|
Jun 27, 2024
How do you use the PARSE function to convert string representations of date and time values into datetime values?
JackBrn
|
Jun 27, 2024
How do you use the OUTPUT clause with the MERGE statement to track changes?
BobHarris
|
Jun 27, 2024
How do you use the FORMAT function to format dates and numbers?
HenryPk
|
Jun 27, 2024
How do you use the LAST_VALUE function to return the last value in an ordered set of values?
OliviaWm
|
Jun 27, 2024
How do you use the TRY_CAST function to safely cast a value to a different data type?
MaryJns
|
Jun 27, 2024
How do you use the CREATE PARTITION FUNCTION statement to create a partition function?
LeoRobs
|
Jun 27, 2024
How do you use the CREATE USER statement to create a database user mapped to a certificate?
GraceDv
|
Jun 27, 2024
How do you use the ALTER USER statement to change the properties of an existing user?
NickCrt
|
Jun 26, 2024
How do you use the ALTER TABLE statement to switch partitions in a partitioned table?
FrankMl
|
Jun 26, 2024
How do you use the CREATE FULLTEXT INDEX statement to create a new full-text index?
HenryPk
|
Jun 26, 2024
How do you use the DROP TYPE statement to delete a user-defined type?
KarenKg
|
Jun 26, 2024
How do you use the LAG and LEAD functions to access data from previous or next rows?
LeoRobs
|
Jun 26, 2024
How can you use CROSS APPLY and OUTER APPLY operators?
IreneSm
|
Jun 26, 2024
Prev
...
2
3
4
5
6
7
8
9
10
11
...
Next