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 SUBSTRING function to extract a substring from a string?
FrankMl
|
Jul 12, 2024
How do you create a table with a TIMESTAMP column?
DavidLee
|
Jul 12, 2024
How do you display the number of lines added or deleted in each commit, aggregated by author?
GraceDv
|
Jul 12, 2024
How do you create a new orphan branch in Git?
MaryJns
|
Jul 12, 2024
How do you show the reflog for a repository?
BobHarris
|
Jul 12, 2024
How can you delete a branch in Git?
CarolTh
|
Jul 12, 2024
How do you reset the staging area to match the last commit?
GraceDv
|
Jul 11, 2024
What command displays the objects and references in the repository's object database?
GraceDv
|
Jul 11, 2024
What is the command to create a lightweight tag?
SamPetr
|
Jul 11, 2024
What command lists all files changed in a commit, including their status?
FrankMl
|
Jul 11, 2024
What command is used to remove a remote repository?
GraceDv
|
Jul 11, 2024
How can you display the GPG signature status of commits?
QuinnLw
|
Jul 11, 2024
How do you use the CAST function to convert one data type to another?
KarenKg
|
Jul 11, 2024
How do you create a table with a column of type DATETIME2?
LeoRobs
|
Jul 11, 2024
How do you use the DATENAME function to return the name of a date part (e.g., Monday)?
HenryPk
|
Jul 11, 2024
How do you use the BINARY data type to store binary data?
MaryJns
|
Jul 11, 2024
How do you use the ALTER TABLE statement to convert an existing table to a temporal table?
GraceDv
|
Jul 11, 2024
How do you create a trigger to enforce business rules on a table?
NickCrt
|
Jul 11, 2024
How do you use the RIGHT JOIN to include all rows from the right table and matching rows from the left table?
GraceDv
|
Jul 11, 2024
How do you use the OUTPUT clause in an INSERT, UPDATE, or DELETE statement to return affected rows?
BobHarris
|
Jul 11, 2024
How do you use the CREATE SYNONYM statement to create a synonym for a database object?
CarolTh
|
Jul 11, 2024
How do you use the CREATE LOGIN statement to create a SQL Server login?
TinaGrn
|
Jul 11, 2024
How do you use the SET STATISTICS IO ON statement to display the I/O statistics for a query?
CarolTh
|
Jul 11, 2024
How do you use the CURSOR_STATUS function to determine the status of a cursor?
EveClark
|
Jul 11, 2024
How do you use the CASE statement in a SQL query?
HenryPk
|
Jul 11, 2024
How do you use the STRING_AGG function to concatenate strings from multiple rows?
RoseHrs
|
Jul 11, 2024
How do you use the RANK function with PARTITION BY to rank rows within groups based on specific criteria in SQL Server?
GraceDv
|
Jul 10, 2024
How do you use the FOR XML AUTO clause to generate an XML representation of query results?
CarolTh
|
Jul 10, 2024
How do you use the DROP DATABASE statement to delete a database?
PaulAnd
|
Jul 10, 2024
How do you use the UNICODE function to return the Unicode code point for a given character?
EveClark
|
Jul 10, 2024
How do you use the XML data type methods (e.g., query(), value()) to query XML data?
GraceDv
|
Jul 10, 2024
How do you create a table with a CHECK constraint to enforce data integrity?
EveClark
|
Jul 10, 2024
How can you apply a commit from another branch without switching branches?
TinaGrn
|
Jul 10, 2024
How do you apply a stash created on another branch?
JackBrn
|
Jul 10, 2024
How can you squash commits interactively using rebase?
CarolTh
|
Jul 10, 2024
How do you undo the last commit and keep the changes in the working directory?
CarolTh
|
Jul 09, 2024
What is the command to list all remote branches and their corresponding upstream branches?
GraceDv
|
Jul 09, 2024
What command shows the differences between the working directory and the staging area?
JackBrn
|
Jul 09, 2024
How do you use the SUM function to calculate the total of a numeric column?
NickCrt
|
Jul 09, 2024
How do you use the NCHAR function to return the Unicode character for a given code point?
KarenKg
|
Jul 09, 2024
How do you implement row versioning using the ROWVERSION data type?
DavidLee
|
Jul 09, 2024
How do you use the CASE statement to create conditional logic in a SELECT query?
DavidLee
|
Jul 09, 2024
How do you use the @@FETCH_STATUS function to control the flow of cursor operations?
SamPetr
|
Jul 09, 2024
How do you use the DROP FUNCTION statement to delete a function?
TinaGrn
|
Jul 09, 2024
What are the differences between primary key and unique key constraints?
TinaGrn
|
Jul 09, 2024
How do you use the OUTPUT clause to return data from inserted, updated, or deleted rows?
DavidLee
|
Jul 09, 2024
How do you use the SP_EXECUTESQL stored procedure to execute dynamic SQL?
FrankMl
|
Jul 09, 2024
How do you use the BULK INSERT statement to import data from a file?
HenryPk
|
Jul 08, 2024
How do you use the TRANSLATE function to replace characters in a string?
QuinnLw
|
Jul 08, 2024
How do you perform a case-insensitive search in SQL?
MaryJns
|
Jul 08, 2024
How do you use the DENSE_RANK() function in SQL?
CarolTh
|
Jul 08, 2024
How do you use the ALTER SCHEMA statement to transfer objects between schemas?
QuinnLw
|
Jul 08, 2024
How do you use the DROP SCHEMA statement to delete a schema?
GraceDv
|
Jul 08, 2024
How do you use the DROP ASSEMBLY statement to delete an assembly?
AliceWk
|
Jul 08, 2024
How do you use the SET NOCOUNT ON statement to prevent the message indicating the number of rows affected by a T-SQL statement?
PaulAnd
|
Jul 08, 2024
How do you use the FULL OUTER JOIN to combine rows from two tables, including unmatched rows from both sides?
CarolTh
|
Jul 08, 2024
How do you list all stashes?
HenryPk
|
Jul 08, 2024
How can you display the number of lines changed between two commits for each file in the repository?
MaryJns
|
Jul 08, 2024
What command is used to rename a file and track the change in Git?
CarolTh
|
Jul 08, 2024
What command is used to display the commit log with changes introduced by each commit?
DavidLee
|
Jul 08, 2024
What command is used to show which commit introduced a bug using binary search?
LeoRobs
|
Jul 08, 2024
How do you see which branches are tracking remote branches?
GraceDv
|
Jul 07, 2024
What command reverts a specific commit?
DavidLee
|
Jul 07, 2024
What is the command to show a summary of the commit history?
CarolTh
|
Jul 07, 2024
How do you create a table with a UNIQUE constraint on multiple columns?
HenryPk
|
Jul 07, 2024
How do you write a query to find the employees who joined the company in the last 6 months?
OliviaWm
|
Jul 07, 2024
How do you use the MERGE statement to synchronize two tables?
BobHarris
|
Jul 07, 2024
How do you use the ROLLUP and CUBE operators in a GROUP BY clause to generate subtotals and grand totals?
CarolTh
|
Jul 07, 2024
How do you use the TRY_PARSE function to convert string data to datetime values with error handling?
TinaGrn
|
Jul 07, 2024
How do you use the CHAR function to return the character for a given ASCII code?
JackBrn
|
Jul 07, 2024
How do you use the AFTER trigger to perform actions after an INSERT, UPDATE, or DELETE operation?
CarolTh
|
Jul 07, 2024
How do you deallocate a cursor to release its resources?
FrankMl
|
Jul 07, 2024
How do you use the UNPIVOT operator to convert columns into rows?
BobHarris
|
Jul 07, 2024
What are common use cases for the SQL EXISTS clause?
JackBrn
|
Jul 07, 2024
How do you write a stored procedure in SQL and execute it?
FrankMl
|
Jul 07, 2024
How do you use the SCOPE_IDENTITY function to retrieve the last inserted identity value?
QuinnLw
|
Jul 06, 2024
How do you use the CREATE AGGREGATE statement to create a user-defined aggregate function?
MaryJns
|
Jul 06, 2024
How do you use the ALTER FULLTEXT INDEX statement to modify an existing full-text index?
JackBrn
|
Jul 06, 2024
How do you use the CURSOR data type to declare and use cursors in stored procedures and scripts?
PaulAnd
|
Jul 06, 2024
How do you use the NTILE() function to distribute rows into a specified number of groups?
GraceDv
|
Jul 06, 2024
How do you use the CREATE USER statement to create a new database user?
CarolTh
|
Jul 06, 2024
How do you use the ENABLE TRIGGER statement to enable a trigger?
SamPetr
|
Jul 06, 2024
How do you use the SMALLDATETIME data type to store date and time values with less precision?
TinaGrn
|
Jul 06, 2024
How do you use the XML data type methods (query(), value(), exist(), nodes()) to query XML data?
JackBrn
|
Jul 06, 2024
How do you use the PIVOT operator to transform rows into columns based on aggregate functions?
JackBrn
|
Jul 06, 2024
How do you use the STUFF function to insert a string into another string at a specified position?
FrankMl
|
Jul 06, 2024
How do you use the LEFT JOIN to include all rows from the left table and matching rows from the right table?
HenryPk
|
Jul 06, 2024
How do you use the TRUNCATE TABLE statement to quickly remove all rows from a table?
LeoRobs
|
Jul 06, 2024
How do you display the list of commits that are ancestors of the current commit but exclude commits that are ancestors of another specified commit?
KarenKg
|
Jul 06, 2024
How can you discard all local changes to a file and reset it to the latest commit?
BobHarris
|
Jul 05, 2024
What command shows the number of commits that each contributor has made to a repository?
LeoRobs
|
Jul 05, 2024
What command lists all commits reachable from a specified commit?
QuinnLw
|
Jul 05, 2024
How can you show the contents of a specific commit?
HenryPk
|
Jul 05, 2024
How can you fetch changes from a specific remote branch?
JackBrn
|
Jul 05, 2024
How do you use the BITWISE operators (AND, OR, XOR) in SQL?
RoseHrs
|
Jul 05, 2024
How do you use the MOD function to find the remainder of a division operation?
IreneSm
|
Jul 05, 2024
How do you use the DECRYPTBYASYMKEY function to decrypt data with an asymmetric key?
FrankMl
|
Jul 05, 2024
How do you use the JSON functions to parse and manipulate JSON data?
CarolTh
|
Jul 05, 2024
How do you perform a self-join in SQL?
JackBrn
|
Jul 05, 2024
Prev
1
2
3
4
5
6
7
8
9
10
...
Next