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...
What is the command to show the SHA-1 hash of a Git object, such as a commit or tree?
FrankMl
|
Jul 20, 2024
How can you display the list of commits that are reachable from the given commits and show the differences between them and the given commits?
FrankMl
|
Jul 20, 2024
How do you check the commit history of a repository?
NickCrt
|
Jul 20, 2024
What is the command to pull changes from a remote repository?
RoseHrs
|
Jul 20, 2024
How do you use the FILTER clause with aggregate functions to apply conditions for specific aggregates in SQL Server?
FrankMl
|
Jul 20, 2024
How do you use the ROWVERSION data type to automatically generate unique binary numbers?
IreneSm
|
Jul 20, 2024
How do you use the DISABLE TRIGGER statement to disable a trigger?
GraceDv
|
Jul 20, 2024
How do you use the ISDATE function to check if a string is a valid date?
KarenKg
|
Jul 20, 2024
How do you use the LEN function to find the length of a string?
MaryJns
|
Jul 19, 2024
How do you use the CREATE SERVICE statement to create a new service for Service Broker?
KarenKg
|
Jul 19, 2024
How do you use window functions such as ROW_NUMBER(), RANK(), and DENSE_RANK() to assign ranks to rows in a result set based on specific criteria?
EveClark
|
Jul 19, 2024
How do you use the STRING_SPLIT function to split a delimited string into rows?
JackBrn
|
Jul 19, 2024
How do you use the ALTER PARTITION FUNCTION statement to merge or split partitions?
AliceWk
|
Jul 19, 2024
How do you use the REPLACE function to replace occurrences of a substring within a string?
LeoRobs
|
Jul 19, 2024
How can you update data in one table based on data in another table?
MaryJns
|
Jul 19, 2024
How do you enforce uniqueness in a column with a unique constraint?
SamPetr
|
Jul 19, 2024
How do you use the MINUS operator to find differences between two queries?
AliceWk
|
Jul 19, 2024
What command is used to abort an interactive rebase in progress?
EveClark
|
Jul 19, 2024
How do you push tags to a remote repository?
IreneSm
|
Jul 18, 2024
How can you show the history of changes introduced by a specific function or method?
FrankMl
|
Jul 18, 2024
How do you implement full-text search in SQL?
SamPetr
|
Jul 18, 2024
How do you use the TRY...CATCH block to handle errors in SQL Server?
HenryPk
|
Jul 18, 2024
How do you perform a bulk insert of data into a table?
MaryJns
|
Jul 18, 2024
How do you perform a self-join to find pairs of employees working under the same manager in an Employees table?
GraceDv
|
Jul 18, 2024
How do you declare and use a cursor with parameters to filter the result set dynamically?
KarenKg
|
Jul 18, 2024
How do you use the DROP FULLTEXT INDEX statement to delete a full-text index?
RoseHrs
|
Jul 18, 2024
How do you use the WITH TIES option with the TOP clause to include ties in the query results?
AliceWk
|
Jul 18, 2024
How do you use the FOR XML clause to return query results as XML?
KarenKg
|
Jul 18, 2024
How do you write a query to get the difference between the highest and lowest values in a column?
AliceWk
|
Jul 18, 2024
How do you create a clustered index on a table?
FrankMl
|
Jul 18, 2024
How do you use the POWER function to raise a number to a specified power?
FrankMl
|
Jul 17, 2024
How do you use the CREATE SYNONYM statement to create a new synonym for a database object?
QuinnLw
|
Jul 17, 2024
How do you use the UNION operator to combine results from two queries?
NickCrt
|
Jul 17, 2024
How do you use the SEQUENCE object to generate unique numbers?
MaryJns
|
Jul 17, 2024
How do you use the STDEV and VAR functions to calculate statistical measures in a query?
CarolTh
|
Jul 17, 2024
How do you use the PARTITION BY clause with aggregate functions to calculate aggregates over partitions?
SamPetr
|
Jul 17, 2024
How do you use the ALTER TABLE statement to add a foreign key constraint to an existing table?
QuinnLw
|
Jul 17, 2024
How do you optimize queries with the use of query execution plans?
NickCrt
|
Jul 17, 2024
How do you use the CHARINDEX and SUBSTRING functions to manipulate string data?
EveClark
|
Jul 17, 2024
What command is used to display the list of commits that are ancestors of a specified commit but exclude commits that are ancestors of another specified commit?
CarolTh
|
Jul 17, 2024
How do you set up Git to use SSH instead of HTTPS?
TinaGrn
|
Jul 17, 2024
How do you display the contents of a specific blob object in the repository?
BobHarris
|
Jul 16, 2024
How do you create a table with an identity column and set the starting value?
DavidLee
|
Jul 16, 2024
How do you use the IDENTITY_INSERT statement to insert explicit values into an identity column?
KarenKg
|
Jul 16, 2024
How do you use the TABLESAMPLE clause to sample rows from a table?
KarenKg
|
Jul 16, 2024
How do you use the EXEC command to execute a stored procedure or dynamic SQL statement?
JackBrn
|
Jul 16, 2024
How do you create and manage synonyms in SQL Server?
JackBrn
|
Jul 16, 2024
How do you use the TRY...CATCH block to handle errors in a SQL Server transaction?
JackBrn
|
Jul 16, 2024
How do you use the DATEADD function to add or subtract intervals from a datetime value?
BobHarris
|
Jul 16, 2024
How do you use the ENCRYPTBYCERT function to encrypt data with a certificate?
IreneSm
|
Jul 16, 2024
How do you use the CREATE QUEUE statement to create a new queue for Service Broker?
RoseHrs
|
Jul 16, 2024
How do you create a DDL trigger to track changes to the database schema?
MaryJns
|
Jul 16, 2024
How do you create a table with a computed column that derives its value from other columns?
LeoRobs
|
Jul 16, 2024
How do you use the LEFT function to extract a specified number of characters from the left side of a string?
KarenKg
|
Jul 16, 2024
How do you use the FORMAT function to format date and number values?
CarolTh
|
Jul 16, 2024
How do you use the DENSE_RANK() function to assign a dense rank to each row within a result set?
EveClark
|
Jul 15, 2024
How do you use the GENERATED ALWAYS AS ROW START and GENERATED ALWAYS AS ROW END columns for temporal tables?
MaryJns
|
Jul 15, 2024
How do you use the ENCRYPTBYKEY function to encrypt data with a symmetric key?
FrankMl
|
Jul 15, 2024
How do you use the TRY_PARSE function to convert string data to a datetime format?
OliviaWm
|
Jul 15, 2024
How do you use the DROP LOGIN statement to delete a SQL Server login?
EveClark
|
Jul 15, 2024
How do you use the TRY_PARSE and TRY_CONVERT functions to handle data conversion errors gracefully?
TinaGrn
|
Jul 15, 2024
How can you enforce referential integrity with foreign key constraints?
IreneSm
|
Jul 15, 2024
How can you implement pagination in SQL to limit the number of results returned?
HenryPk
|
Jul 15, 2024
How do you use the COALESCE function in SQL?
QuinnLw
|
Jul 15, 2024
What command shows the detailed information about a specific commit, including parents and author details?
MaryJns
|
Jul 15, 2024
How can you display the list of commits that are reachable from the current commit but exclude commits that are reachable from another specified commit?
KarenKg
|
Jul 15, 2024
What command lists all commits that are ancestors of the current commit, up to a specified commit?
RoseHrs
|
Jul 15, 2024
What command shows the commit that a tag is pointing to?
FrankMl
|
Jul 15, 2024
What is the command to change the last commit message?
SamPetr
|
Jul 15, 2024
How do you use the CTE (Common Table Expression) in SQL?
RoseHrs
|
Jul 14, 2024
How can you perform a recursive query using CTEs?
KarenKg
|
Jul 14, 2024
How do you use the APPLY operator to invoke a table-valued function for each row?
IreneSm
|
Jul 14, 2024
How do you use the CHOOSE function to return values based on an index?
MaryJns
|
Jul 14, 2024
How do you use the TRY_CONVERT function with different data types and styles to convert values with error handling in SQL Server?
AliceWk
|
Jul 14, 2024
How do you use the STRING_SPLIT function to split a string into a table of values?
LeoRobs
|
Jul 14, 2024
How do you use the UNPIVOT operator to transform columns into rows in SQL Server?
KarenKg
|
Jul 14, 2024
How do you use the OFFSET clause without the FETCH NEXT clause for advanced pagination techniques?
IreneSm
|
Jul 14, 2024
How do you use the AT TIME ZONE clause to convert datetime values between different time zones in SQL Server?
KarenKg
|
Jul 14, 2024
How do you use the CREATE CONTRACT statement to create a new contract for Service Broker?
MaryJns
|
Jul 14, 2024
How do you use the OPEN SYMMETRIC KEY statement to open a symmetric key for use?
IreneSm
|
Jul 14, 2024
How do you use the FOR SYSTEM_TIME clause to query historical data from a temporal table?
SamPetr
|
Jul 14, 2024
What command shows the current status of your Git repository?
AliceWk
|
Jul 13, 2024
How can you clone an existing Git repository?
SceDev
|
Jul 13, 2024
What command lists all commits that are ancestors of a specified commit but exclude commits that are ancestors of another specified commit?
RoseHrs
|
Jul 13, 2024
How do you show the list of files that were changed in a specific commit, along with the commit message?
EveClark
|
Jul 13, 2024
How do you use the REPLICATE function to repeat a string a specified number of times?
HenryPk
|
Jul 13, 2024
How do you use the FORMAT function with the 'D' and 'T' format strings to format dates and times in SQL Server?
SamPetr
|
Jul 13, 2024
How do you create a foreign key constraint with ON DELETE CASCADE?
TinaGrn
|
Jul 13, 2024
How do you use the DATEPART function to extract specific parts of a date or time?
DavidLee
|
Jul 13, 2024
How do you use the GEOGRAPHY and GEOMETRY data types for spatial data in SQL Server?
OliviaWm
|
Jul 13, 2024
How do you implement temporal tables to track changes to data over time?
HenryPk
|
Jul 13, 2024
How do you create a temporary table and what are its benefits?
OliviaWm
|
Jul 13, 2024
How do you create a view in SQL, and what are its advantages?
GraceDv
|
Jul 12, 2024
How do you create a trigger that fires before an insert operation?
PaulAnd
|
Jul 12, 2024
How do you use the CREATE ROLE statement to create a database role?
QuinnLw
|
Jul 12, 2024
How do you use the sp_fulltext_catalog system stored procedure to manage full-text catalogs?
HenryPk
|
Jul 12, 2024
How do you use the OVER clause with ranking functions?
EveClark
|
Jul 12, 2024
How do you use the CONVERT function to change the data type of a value in SQL Server?
JackBrn
|
Jul 12, 2024
How do you use the FORMAT function with custom format strings to format dates, times, and numbers in SQL Server?
SamPetr
|
Jul 12, 2024
Prev
1
2
3
4
5
6
7
8
9
10
...
Next