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 SYSTEM_VERSIONING property to enable temporal tables for automatic history tracking?
OliviaWm
|
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 use the INSTEAD OF trigger on a view to make it updatable?
QuinnLw
|
Jun 08, 2024
How do you use the DECRYPTBYCERT function to decrypt data with a certificate?
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 FOR JSON AUTO clause to generate JSON from query results?
JackBrn
|
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 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
What command lists remote repositories?
SamPetr
|
Jun 08, 2024
What command is used to show the contents of a specific file at a specific commit?
IreneSm
|
Jun 08, 2024
How can you show the changes between two commits, ignoring whitespace?
DavidLee
|
Jun 07, 2024
What command is used to bisect the repository to find a commit that introduced a bug?
TinaGrn
|
Jun 07, 2024
How do you interactively add changes to a commit?
LeoRobs
|
Jun 07, 2024
What command is used to edit and reorder commits with an interactive rebase?
FrankMl
|
Jun 07, 2024
What command lists all commits that are reachable from a given commit but exclude commits that are reachable from another given commit?
TinaGrn
|
Jun 07, 2024
How do you display the commit message and changes introduced by a commit identified by a range of commits?
HenryPk
|
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 OPENJSON function to parse JSON data in SQL Server?
AliceWk
|
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 STRING_ESCAPE function to safely escape special characters in a string?
JackBrn
|
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 CREATE INDEX statement with the PARTITION clause to create a partitioned index?
PaulAnd
|
Jun 07, 2024
How do you use the ALTER INDEX statement to rebuild or reorganize an index?
SamPetr
|
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 COALESCE function with multiple columns to handle NULL values?
JackBrn
|
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 CAST and CONVERT functions to handle date and time data types?
LeoRobs
|
Jun 06, 2024
How can you display the total number of commits contributed by each contributor?
HenryPk
|
Jun 06, 2024
How do you show the list of commits that are reachable from the current commit, excluding commits reachable from another specified commit?
BobHarris
|
Jun 06, 2024
What command is used to create a tag?
HenryPk
|
Jun 06, 2024
What is the command to show the contributors to a repository?
TinaGrn
|
Jun 06, 2024
How do you cherry-pick a commit from one branch to another?
RoseHrs
|
Jun 06, 2024
How do you show the commit log for a specific file?
NickCrt
|
Jun 05, 2024
How do you remove a file from Git without deleting it from the working directory?
JackBrn
|
Jun 05, 2024
How can you continue a rebase operation after manually resolving conflicts?
BobHarris
|
Jun 05, 2024
What command is used to commit changes to the repository?
TinaGrn
|
Jun 05, 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 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 ALTER TABLE statement to drop a constraint from an existing table?
LeoRobs
|
Jun 05, 2024
How do you use SP_RENAME to rename columns?
IreneSm
|
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 the DECODE function in SQL?
LeoRobs
|
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 LIKE operator with wildcards to perform pattern matching?
SamPetr
|
Jun 04, 2024
What command is used to display the list of commits that are ancestors of the current commit, up to a specified commit?
NickCrt
|
Jun 04, 2024
How can you show the changes introduced by the merge commit during a merge conflict?
JackBrn
|
Jun 03, 2024
How can you display the list of commits that are reachable from the specified commits, along with the differences between them and the specified commits?
KarenKg
|
Jun 03, 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 create and use a cursor to iterate over a result set row by row?
LeoRobs
|
Jun 03, 2024
How can you use SP_WHO to get information about current users and processes?
KarenKg
|
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 SYSTEM_USER function to retrieve the current user name?
TinaGrn
|
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 handle time zone data in SQL?
MaryJns
|
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 ALTER ASSEMBLY statement to modify an existing assembly?
LeoRobs
|
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 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 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 BETWEEN keyword to filter results within a specified range?
IreneSm
|
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 PATINDEX function to find the position of a pattern in a string?
RoseHrs
|
Jun 02, 2024
How do you show the number of lines changed between two commits for each file in the repository?
CarolTh
|
Jun 02, 2024
What command displays the history of a file including changes?
EveClark
|
Jun 02, 2024
What command is used to list all commits that touched a specific file?
NickCrt
|
Jun 02, 2024
How do you display the author and date of each line in a file's history?
MaryJns
|
Jun 02, 2024
How can you show the progress of a clone or fetch operation?
RoseHrs
|
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 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 write a query to find the second highest salary from the Employees table?
MaryJns
|
Jun 01, 2024
How do you use the ALTER FUNCTION statement to modify an existing function?
KarenKg
|
Jun 01, 2024
How can you find the second highest salary from an employee table?
RoseHrs
|
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 use the CONVERT and CAST functions to change data types?
FrankMl
|
Jun 01, 2024
How do you implement row-level security in SQL Server?
QuinnLw
|
Jun 01, 2024
JavaScript program that convert a string to spinal case
SceDev
|
Mar 28, 2024
JavaScript program that return the sum of all odd Fibonacci numbers that are less than or equal to n
SceDev
|
Mar 28, 2024
JavaScript program that flattens an array of arbitrarily nested arrays of integers into a flat array of integers
SceDev
|
Mar 10, 2024
JavaScript program that removes all elements from the initial array that are of the same value as the following arguments
SceDev
|
Mar 10, 2024
JavaScript program that displays how many days are in the month for a given month and year
SceDev
|
Mar 01, 2024
Creating a FizzBuzz program using JavaScript
SceDev
|
Feb 28, 2024
JavaScript program that returns the character that appears the most in a string
SceDev
|
Feb 27, 2024
JavaScript program that reverse a string
SceDev
|
Feb 27, 2024
JavaScript program that returns the nth entry in the Fibonacci sequence
SceDev
|
Feb 27, 2024
JavaScript program that returns the number of vowels found within a string
SceDev
|
Feb 24, 2024
JavaScript program that checks if two strings are anagrams of each other
SceDev
|
Feb 24, 2024
JavaScript program that capitalizes the first letter of each word in a string
SceDev
|
Feb 24, 2024
JavaScript program that divides an array into chunks of a specified size
SceDev
|
Feb 24, 2024
Limit text length to n lines using CSS
SceDev
|
Feb 19, 2024
Prev
...
4
5
6
7
8
9
10
11
12
13
Next