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...
Write a Python function to find the kth largest element in a list.
BobHarris
|
Aug 28, 2024
Write a Python function to find the GCD of two numbers.
BobHarris
|
Aug 18, 2024
Write a Python function to find the LCM of two numbers.
BobHarris
|
Aug 14, 2024
Write a Python function to find the longest palindrome in a list of binary numbers.
BobHarris
|
Aug 09, 2024
How can you find the sum of elements in a list using a reduce function in Python?
BobHarris
|
Aug 08, 2024
How do you use the ALTER ROLE statement to add a member to a database role?
BobHarris
|
Aug 04, 2024
How do you calculate the difference between two dates in SQL?
BobHarris
|
Aug 04, 2024
How do you perform a cross join in SQL?
BobHarris
|
Aug 04, 2024
How do you write a query to find the nth highest salary in the Employees table?
BobHarris
|
Aug 01, 2024
How do you use the OFFSET FETCH clause for paginated queries in SQL Server?
BobHarris
|
Jul 30, 2024
How do you use the DROP INDEX statement to delete an existing index from the database?
BobHarris
|
Jul 28, 2024
How do you use the CREATE DEFAULT statement to create a new default value for a column or user-defined data type?
BobHarris
|
Jul 25, 2024
How do you write a query to find rows with NULL values in a specific column?
BobHarris
|
Jul 24, 2024
How do you create a table with a column of type NCHAR?
BobHarris
|
Jul 23, 2024
How can you pivot data from rows to columns in SQL?
BobHarris
|
Jul 23, 2024
How do you use the RANK() function to assign a rank to each row within a result set?
BobHarris
|
Jul 21, 2024
How do you use the ALTER TYPE statement to modify an existing user-defined type?
BobHarris
|
Jul 21, 2024
How do you display the contents of a specific blob object in the repository?
BobHarris
|
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 show the reflog for a repository?
BobHarris
|
Jul 12, 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 MERGE statement to synchronize two tables?
BobHarris
|
Jul 07, 2024
How do you use the UNPIVOT operator to convert columns into rows?
BobHarris
|
Jul 07, 2024
How can you discard all local changes to a file and reset it to the latest commit?
BobHarris
|
Jul 05, 2024
What command is used to split a commit into multiple commits?
BobHarris
|
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 use the FORMATMESSAGE function to format messages with placeholders?
BobHarris
|
Jul 02, 2024
How do you use the MERGE statement to perform UPSERT operations?
BobHarris
|
Jul 01, 2024
How do you use the OUTPUT clause with the MERGE statement to track changes?
BobHarris
|
Jun 27, 2024
How do you use the RAISEERROR function to generate custom error messages in SQL Server?
BobHarris
|
Jun 26, 2024
How can you track the upstream branch of a new local branch?
BobHarris
|
Jun 26, 2024
How do you use the CREATE SCHEMA statement to create a schema and assign ownership to a user?
BobHarris
|
Jun 25, 2024
How do you use the GRANT statement to grant permissions to a user or role?
BobHarris
|
Jun 24, 2024
How can you show the hash of a specific Git object?
BobHarris
|
Jun 21, 2024
How do you perform a bitwise operation in SQL?
BobHarris
|
Jun 19, 2024
How do you use the CREATE LOGIN statement to create a new SQL Server login?
BobHarris
|
Jun 16, 2024
How do you delete a lightweight tag?
BobHarris
|
Jun 11, 2024
How do you use the ALTER AGGREGATE statement to modify an existing aggregate function?
BobHarris
|
Jun 08, 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
How can you continue a rebase operation after manually resolving conflicts?
BobHarris
|
Jun 05, 2024
How do you use the CTE (Common Table Expression) to simplify complex queries and improve readability?
BobHarris
|
Jun 05, 2024